C# Class AssemblyCSharp.PlayService

Inheritance: AbstractService
Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

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

Private Methods

Méthode Description
GetCurrentRecipes ( ) : List
IngredientsSupplementsProvider ( WeightedValue group ) : List

Method Details

AddAllIngredients() public méthode

public AddAllIngredients ( ) : void
Résultat void

FindMatch() public méthode

public FindMatch ( List ingredients ) : RecipeMatch
ingredients List
Résultat RecipeMatch

GetIngredientsForCurrentComponent() public méthode

public GetIngredientsForCurrentComponent ( ) : List
Résultat List

NewTurnament() public méthode

public NewTurnament ( ) : PizzaDefinition
Résultat PizzaDefinition

StartCooking() public méthode

public StartCooking ( ComponentType componentType = ComponentType.Dough ) : void
componentType ComponentType
Résultat void