Exemplo 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";
 }
Exemplo 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;
 }