15 lines
247 B
Python
15 lines
247 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class CafeCharacterState(object):
|
|
None_ = 0
|
|
Idle = 1
|
|
Walk = 2
|
|
Reaction = 3
|
|
Speedrace = 4
|
|
Hockey1 = 5
|
|
Hockey2 = 6
|
|
Max = 7
|
|
|