SCHALE.GameServer/SCHALE.Common/FlatData/EventContentBuffFindRule.cs

23 lines
390 B
C#
Raw 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 EventContentBuffFindRule : int
{
None = 0,
WeaponType = 1,
SquadType = 2,
StreetBattleAdaptation = 3,
OutdoorBattleAdaptation = 4,
IndoorBattleAdaptation = 5,
BulletType = 6,
School = 7,
TacticRange = 8,
};
}