Esempio n. 1
0
    //Called when the kill button is pressed
    public void Kill()
    {
        //Send notification for the player to be killed
        playerKillDetector.Killed();

        //Start the CoolDown
        StartCoroutine(ResetKill());
    }