SCHALE.GameServer/SCHALE.Common/FlatData/UnitType.cs

23 lines
281 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 UnitType : int
{
None = 0,
AR = 1,
RF = 2,
HG = 3,
MG = 4,
SMG = 5,
SG = 6,
HZ = 7,
Melee = 8,
};
}