C# Класс AssemblyCSharp.PlayService

Наследование: AbstractService
Показать файл Открыть проект

Открытые методы

Метод Описание
AddAllIngredients ( ) : void
FindMatch ( List ingredients ) : RecipeMatch
GetIngredientsForCurrentComponent ( ) : List
NewTurnament ( ) : PizzaDefinition
StartCooking ( ComponentType componentType = ComponentType.Dough ) : void

Приватные методы

Метод Описание
GetCurrentRecipes ( ) : List
IngredientsSupplementsProvider ( WeightedValue group ) : List

Описание методов

AddAllIngredients() публичный Метод

public AddAllIngredients ( ) : void
Результат void

FindMatch() публичный Метод

public FindMatch ( List ingredients ) : RecipeMatch
ingredients List
Результат RecipeMatch

GetIngredientsForCurrentComponent() публичный Метод

public GetIngredientsForCurrentComponent ( ) : List
Результат List

NewTurnament() публичный Метод

public NewTurnament ( ) : PizzaDefinition
Результат PizzaDefinition

StartCooking() публичный Метод

public StartCooking ( ComponentType componentType = ComponentType.Dough ) : void
componentType ComponentType
Результат void