23 lines
344 B
C#
23 lines
344 B
C#
// <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,
|
|
};
|
|
|
|
|
|
}
|