18 lines
299 B
Python
18 lines
299 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class DialogCondition(object):
|
|
Idle = 0
|
|
Enter = 1
|
|
Exit = 2
|
|
Buy = 3
|
|
SoldOut = 4
|
|
BoxGachaNormal = 5
|
|
BoxGachaPrize = 6
|
|
Prize0 = 7
|
|
Prize1 = 8
|
|
Prize2 = 9
|
|
Prize3 = 10
|
|
|