Weapon usw.

etc....
This commit is contained in:
Noah4ever
2021-11-09 13:58:34 +01:00
parent a8d816b639
commit 6e13025624
10 changed files with 402 additions and 332 deletions

View File

@@ -70,7 +70,7 @@ public class Player : NetworkBehaviour
if (isAlive)
{
Debug.Log("yeet" + value);
/*Debug.Log("yeet" + value);*/
health -= value;
if (health <= 0)
{