CharacterGenerator.DisplayPointsLeft C# (CSharp) Method

DisplayPointsLeft() private method

private DisplayPointsLeft ( ) : void
return void
    private void DisplayPointsLeft()
    {
        GUI.Label(new Rect(200, 10, 150, 25),
            string.Format("Points Remaining: {0}", pointsLeft));
    }