Пример #1
0
    public void UpdateCount()
    {
        int boosters = PlayerSettings.GetBoosters(this.Type);

        this._countText.text = "x" + boosters;
        this.IsShadowed      = !base.IsEnabled;
    }