Esempio n. 1
0
 private void Atak()
 {
     if (Input.GetKey(_atakButton))
     {
         WeaponsManager.Atak();
     }
 }