Health bar and player management refined

This commit is contained in:
djkellerman
2025-03-06 01:27:42 -05:00
parent 47314da759
commit bd3e57428f
18 changed files with 2070 additions and 213 deletions

View File

@@ -21,4 +21,4 @@ public class RespawnOnTriggerEnter : MonoBehaviour
GetComponent<Damageable>().Respawn();
}
}
}
}