SCHALE.GameServer/SCHALE.Common/FlatData/BattleDialogType.cs

17 lines
231 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum BattleDialogType : int
{
Talk = 0,
Think = 1,
Shout = 2,
};
}