10 lines
162 B
Python
10 lines
162 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class DialogType(object):
|
|
Talk = 0
|
|
Think = 1
|
|
UITalk = 2
|
|
|