C# 클래스 AssemblyCSharp.PlayService

상속: AbstractService
파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
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