mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-29 20:52:10 +01:00
Weapon usw.
etc....
This commit is contained in:
@@ -70,7 +70,7 @@ public class Player : NetworkBehaviour
|
||||
|
||||
if (isAlive)
|
||||
{
|
||||
Debug.Log("yeet" + value);
|
||||
/*Debug.Log("yeet" + value);*/
|
||||
health -= value;
|
||||
if (health <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user