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