This commit is contained in:
Noah4ever
2022-01-17 13:31:14 +01:00
parent eff2619acd
commit e5e44eeb55
5 changed files with 132 additions and 38 deletions

View File

@@ -62,7 +62,8 @@ public class Shoot : NetworkBehaviour
// Throw Grenade
throwGrenade();
} // If current weapon kind is kinfe
else {
else {
Debug.Log("Throw Hands");
// Throw hands (punch)
}
}