Пример #1
0
 public void StartBossSequence()
 {
     if (boss != null)
     {
         boss.StartPresentation();
     }
 }