Update JsonStaticData.cs

This commit is contained in:
Mikhail
2024-12-21 09:44:14 -05:00
parent 8622eb5879
commit 3b05037be5

View File

@@ -547,4 +547,16 @@
{ {
public List<MidasProductRecord> records; public List<MidasProductRecord> records;
} }
public enum ShopCategoryType
{
None = 0,
Normal = 1,
Guild = 2,
Disassemble = 3,
Maze = 4,
PvP = 5,
StoryEvent = 6,
Mileage = 7,
Trade = 8
}
} }