AssemblyCSharp.UITournamentStart.Button_Next C# (CSharp) Method

Button_Next() public method

public Button_Next ( ) : void
return void
        public void Button_Next()
        {
            GetComponentInParent<UICookingMain>().NextStep();
        }
UITournamentStart