AssemblyCSharp.UISlots.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
        public void Init()
        {
            MatchResult.gameObject.SetActive (false);
            TournamentStart.gameObject.SetActive (false);
            _ingredients.Clear ();
        }