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

16 lines
232 B
C#
Raw Permalink Normal View History

2024-11-08 10:52:05 +00:00
// <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,
};
}