Exemplo n.º 1
0
 public void Attack()
 {
     Debug.Log("Attack");
     Weapon.ReadyShot();
 }
 public void Attack()
 {
     Weapon.ReadyShot();
 }