11 lines
178 B
Python
11 lines
178 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class RaidStatus(object):
|
|
None_ = 0
|
|
Playing = 1
|
|
Clear = 2
|
|
Close = 3
|
|
|