Ejemplo n.º 1
0
 public void PlayerNextFire(CCPlayerBase Player1)
 {
     Player1.NextFire();
 }
Ejemplo n.º 2
0
 public void PlayerFire(CCPlayerBase Player1)
 {
     Player1.Fire();
 }