public void Set(HotbarSlotType type, uint id)
 {
     this.Set(Framework.Instance()->UIModule, type, id);
 }
 public partial byte *GetDisplayNameForSlot(HotbarSlotType slotType, uint actionId);
 public partial void Set(UIModule *uiModule, HotbarSlotType type, uint id);
 public partial int GetIconIdForSlot(HotbarSlotType slotType, uint actionId);