C# Class AssemblyCSharp.PlayService

Inheritance: AbstractService
Show file Open project: wooga/ps_social_jam

Public Methods

Method Description
AddAllIngredients ( ) : void
FindMatch ( List ingredients ) : RecipeMatch
GetIngredientsForCurrentComponent ( ) : List
NewTurnament ( ) : PizzaDefinition
StartCooking ( ComponentType componentType = ComponentType.Dough ) : void

Private Methods

Method Description
GetCurrentRecipes ( ) : List
IngredientsSupplementsProvider ( WeightedValue group ) : List

Method Details

AddAllIngredients() public method

public AddAllIngredients ( ) : void
return void

FindMatch() public method

public FindMatch ( List ingredients ) : RecipeMatch
ingredients List
return RecipeMatch

GetIngredientsForCurrentComponent() public method

public GetIngredientsForCurrentComponent ( ) : List
return List

NewTurnament() public method

public NewTurnament ( ) : PizzaDefinition
return PizzaDefinition

StartCooking() public method

public StartCooking ( ComponentType componentType = ComponentType.Dough ) : void
componentType ComponentType
return void