Esempio n. 1
0
 void AllowActions()
 {
     pMove.AllowMovement();
     bMove.AllowMovement();
     bShoot.AllowShooting();
     pShoot.AllowShooting();
     bHealth.DoneWithDialogue();
     pHealth.AllowDamage();
 }