10 lines
174 B
Python
10 lines
174 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class DamageType(object):
|
|
Normal = 0
|
|
Critical = 1
|
|
IgnoreDefence = 2
|
|
|