Beispiel #1
0
 void Update()
 {
     if (Input.GetKeyDown(KeyCode.V))
     {
         playerWeaponController.Equipweapon(sword);
     }
 }