15 lines
295 B
Python
15 lines
295 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ScenarioCharacterBehaviors(object):
|
|
None_ = 0
|
|
Appear = 1
|
|
Disappear = 2
|
|
AppearToLeft = 3
|
|
ApperToRight = 4
|
|
DisappearToLeft = 5
|
|
DisappearToRight = 6
|
|
MoveToTarget = 7
|
|
|