Beispiel #1
0
 void attackCommand(Text newText, string attackName, AttackAtt myAttack, Action action)
 {
     heroClass.attackCommand(GameController, myText, newText, attackName, myAttack, action, hero);
 }