17 lines
288 B
Python
17 lines
288 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class TacticEntityType(object):
|
|
None_ = 0
|
|
Student = 1
|
|
Minion = 2
|
|
Elite = 4
|
|
Champion = 8
|
|
Boss = 16
|
|
Obstacle = 32
|
|
Servant = 64
|
|
Vehicle = 128
|
|
Summoned = 256
|
|
|