playerStats.LowerPRelax C# (CSharp) Method

LowerPRelax() public method

public LowerPRelax ( ) : void
return void
    public void LowerPRelax()
    {
        if (pointsToAssign > 0)
        {
            playerRelax--;
            pointsToAssign++;
        }
    }