23 lines
390 B
C#
23 lines
390 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,
|
|
};
|
|
|
|
|
|
}
|