Example #1
0
File: Gabka.cs Project: tpsa/pwsg
 public Gabka(game Tg)
     : base(Tg, 1000, 1000, 4)
 {
     // TODO pieprzyć C#
     PMove = new AttackNearbyMove(this);
 }
Example #2
0
File: Kropla.cs Project: tpsa/pwsg
 public Kropla(game Tg)
     : base(Tg, 1000,1000, 4)
 {
     // TODO
     PMove = new AttackNearbyMove(this);
 }