Ejemplo n.º 1
0
 private void Init()
 {
     boss = new BossRobot(this, 11, 21, BossRobot.Direction.Left);
     Enemies.AddThing(boss);
     initBossHealth = boss.Health;
     skyColorCount = 0;
 }
Ejemplo n.º 2
0
 private void Init()
 {
     boss = new BossRobot(this, 11, 21, BossRobot.Direction.Left);
     Enemies.AddThing(boss);
     initBossHealth = boss.Health;
     skyColorCount  = 0;
 }