16 lines
274 B
Python
16 lines
274 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ClanSocialGrade(object):
|
|
None_ = 0
|
|
President = 1
|
|
Manager = 2
|
|
Member = 3
|
|
Applicant = 4
|
|
Refused = 5
|
|
Kicked = 6
|
|
Quit = 7
|
|
VicePredisident = 8
|
|
|