Example #1
0
 def __init__(self):
     self.maxAmmo = 8
     self.base_damage = 30
     self.type = "F16"
     Aircraft.__init__(self)