11 lines
184 B
Python
11 lines
184 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class StoryCondition(object):
|
|
Open = 0
|
|
Locked = 1
|
|
ComingSoon = 2
|
|
Hide = 3
|
|
|