BattleTextSettings.IsShowNumber C# (CSharp) 메소드

IsShowNumber() 공개 메소드

public IsShowNumber ( ) : bool
리턴 bool
    public bool IsShowNumber()
    {
        return this.countToValue && GUISystemType.UNITY.Equals(DataHolder.GameSettings().guiSystemType);
    }