AssemblyCSharp.PlayService.StartCooking C# (CSharp) Method

StartCooking() public method

public StartCooking ( ComponentType componentType = ComponentType.Dough ) : void
componentType ComponentType
return void
        public void StartCooking(ComponentType componentType = ComponentType.Dough)
        {
            _currentComponent = componentType;
        }