BattleTextSettings.IsShowNumber C# (CSharp) Méthode

IsShowNumber() public méthode

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