SCHALE.GameServer/SCHALE.Common/FlatData/AmplifyDoTRemoveCondition.cs

16 lines
233 B
C#

// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SCHALE.Common.FlatData
{
public enum AmplifyDoTRemoveCondition : int
{
None_ = 0,
ApplyCount = 1,
};
}