11 lines
184 B
Python
11 lines
184 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class StageDifficulty(object):
|
|
None_ = 0
|
|
Normal = 1
|
|
Hard = 2
|
|
VeryHard = 3
|
|
|