playerStats.LowerPEnt C# (CSharp) 메소드

LowerPEnt() 공개 메소드

public LowerPEnt ( ) : void
리턴 void
    public void LowerPEnt()
    {
        if (pointsToAssign > 0)
        {
            playerEntertainment--;
            pointsToAssign++;
        }
    }