12 lines
207 B
Python
12 lines
207 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class AccountState(object):
|
|
WaitingSignIn = 0
|
|
Normal = 1
|
|
Dormant = 2
|
|
Comeback = 3
|
|
Newbie = 4
|
|
|