Beispiel #1
0
    public void Respawn()
    {
        playerController.spawnSet = false;

        health = maxHealth;
        hunger = maxHunger;
        thirst = maxThirst;

        pauseMenuManager.Continue();
        inventoryManager.ClearInventory();
    }