30 lines
432 B
C#
30 lines
432 B
C#
// <auto-generated>
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
|
// </auto-generated>
|
|
|
|
namespace SCHALE.Common.FlatData
|
|
{
|
|
|
|
public enum School : int
|
|
{
|
|
None_ = 0,
|
|
Hyakkiyako = 1,
|
|
RedWinter = 2,
|
|
Trinity = 3,
|
|
Gehenna = 4,
|
|
Abydos = 5,
|
|
Millennium = 6,
|
|
Arius = 7,
|
|
Shanhaijing = 8,
|
|
Valkyrie = 9,
|
|
WildHunt = 10,
|
|
SRT = 11,
|
|
SCHALE = 12,
|
|
ETC = 13,
|
|
Tokiwadai = 14,
|
|
Sakugawa = 15,
|
|
};
|
|
|
|
|
|
}
|