Example #1
0
 public Wind()
 {
     InitializeComponent();
     IMGODDAMMITAMAZING = new masterСhief();
     IMGODDAMMITAMAZING.map.Generate();
     IMGODDAMMITAMAZING.initializ();
 }
Example #2
0
 internal CGameBot(masterСhief eye, int health, int points, ICoordinates pos)
 {
     Eyes = eye;
     Health = health;
     Points = points;
     TurnsToShoot = 0;
     Position = pos;
     TurnsToStep = 0;
 }