AssemblyCSharp.UICookingMain.InitUI C# (CSharp) Method

InitUI() public method

public InitUI ( ) : void
return void
        void InitUI()
        {
            GetComponentInChildren<UISlots> ().Init ();
            GetComponentInChildren<UIIngredientsGrid> ().Init ();
        }