SCHALE.GameServer/SCHALE.Common/FlatData/TBGItemType.cs

23 lines
344 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 TBGItemType : int
{
None = 0,
Dice = 1,
Heal = 2,
HealExpansion = 3,
Defence = 4,
Guide = 5,
DiceResultValue = 6,
DefenceCritical = 7,
DiceResultConfirm = 8,
};
}