Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using FFXIVClientStructs.FFXIV.Component.GUI;
|
||||
|
||||
namespace KamiToolKit.Nodes;
|
||||
|
||||
public unsafe class ScrollBarBackgroundButtonNode : ComponentNode<AtkComponentButton, AtkUldComponentDataButton> {
|
||||
public ScrollBarBackgroundButtonNode() {
|
||||
SetInternalComponentType(ComponentType.Button);
|
||||
|
||||
Component->ButtonBGNode = CollisionNode;
|
||||
|
||||
Data->Nodes[0] = 0;
|
||||
Data->Nodes[1] = CollisionNode.NodeId;
|
||||
|
||||
InitializeComponentEvents();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user