SCHALE.GameServer/SCHALE.Common/FlatData/CraftSlotIndex.cs

18 lines
244 B
C#
Raw Permalink Normal View History

2024-04-21 00:21:57 +00:00
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum CraftSlotIndex : int
{
Slot00 = 0,
Slot01 = 1,
Slot02 = 2,
Max = 3,
};
}