12 lines
231 B
Python
12 lines
231 B
Python
# automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
# namespace: FlatData
|
|
|
|
class ProjectileType(object):
|
|
Guided = 0
|
|
Ground = 1
|
|
GuidedExplosion = 2
|
|
GroundConstDistance = 3
|
|
AirConstDistance = 4
|
|
|