예제 #1
0
 public void onBossTargetSelected()
 {
     if (allWizards[0].getLockedSpell() != null && !allWizards[0].castCooldown)
     {
         playerConnectionObject.CmdWizardUseSpellOnBoss(allWizards[0].WizardId);
     }
 }