Revamp UI and all sortsa stuff

This commit is contained in:
Asriel Camora
2023-06-25 01:02:00 -07:00
parent 866e30a5bc
commit ef12bf8351
10 changed files with 1008 additions and 325 deletions
+1
View File
@@ -18,4 +18,5 @@ public static class LuminaSheets
public static readonly ExcelSheet<Item> ItemSheetEnglish = Service.DataManager.GetExcelSheet<Item>(ClientLanguage.English)!;
public static readonly ExcelSheet<Materia> MateriaSheet = Service.DataManager.GetExcelSheet<Materia>()!;
public static readonly ExcelSheet<BaseParam> BaseParamSheet = Service.DataManager.GetExcelSheet<BaseParam>()!;
public static readonly ExcelSheet<ItemFood> ItemFoodSheet = Service.DataManager.GetExcelSheet<ItemFood>()!;
}