Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using FFXIVClientStructs.FFXIV.Component.GUI;
|
||||
using ListItemInfo = FFXIVClientStructs.FFXIV.Component.GUI.AtkComponentListItemPopulator.ListItemInfo;
|
||||
|
||||
namespace KamiToolKit.Classes;
|
||||
|
||||
public unsafe class ListPopulatorData {
|
||||
public AtkUnitBase* Addon { get; init; }
|
||||
public ListItemInfo* ItemInfo { get; init; }
|
||||
public AtkResNode** NodeList { get; init; }
|
||||
public uint Index { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user