23 lines
348 B
C#
23 lines
348 B
C#
|
// <auto-generated>
|
||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
// </auto-generated>
|
||
|
|
||
|
namespace SCHALE.Common.FlatData
|
||
|
{
|
||
|
|
||
|
public enum ArenaRewardType : int
|
||
|
{
|
||
|
None = 0,
|
||
|
Time = 1,
|
||
|
Daily = 2,
|
||
|
SeasonRecord = 3,
|
||
|
OverallRecord = 4,
|
||
|
SeasonClose = 5,
|
||
|
AttackVictory = 6,
|
||
|
DefenseVictory = 7,
|
||
|
RankIcon = 8,
|
||
|
};
|
||
|
|
||
|
|
||
|
}
|