Esempio n. 1
0
 public TankDrone(float dmg, float pntr, Vec vel, Vec pos, float size, Spawner c) : base(dmg, pntr, vel, pos, size, c)
 {
     type = "tankdrone";
 }
Esempio n. 2
0
 public Partisan(float dmg, float pntr, Vec vel, Vec pos,
                 float size, Spawner c) : base(dmg, pntr, vel, pos, size, c)
 {
     lifetime = 4;
 }