예제 #1
0
파일: Gabka.cs 프로젝트: tpsa/pwsg
 public Gabka(game Tg)
     : base(Tg, 1000, 1000, 4)
 {
     // TODO pieprzyć C#
     PMove = new AttackNearbyMove(this);
 }
예제 #2
0
파일: Kropla.cs 프로젝트: tpsa/pwsg
 public Kropla(game Tg)
     : base(Tg, 1000,1000, 4)
 {
     // TODO
     PMove = new AttackNearbyMove(this);
 }