HudScript.OnDisable C# (CSharp) Method

OnDisable() private method

private OnDisable ( ) : void
return void
    void OnDisable()
    {
        PlayerPrefs.SetInt ("score", (int)(playerScore * 100));
    }