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

23 lines
391 B
C#

// <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,
};
}