C# 클래스 RA.RA_Toils_Recipe

파일 보기 프로젝트 열기: RWA-Team/RimworldAscension

공개 메소드들

메소드 설명
DoRecipeWork ( ) : Toil
FinishRecipeAndStartStoringProduct ( ) : Toil
GetDominantIngredient ( RecipeDef recipe, List ingredients ) : Thing
ProcessedIngredients ( Job job, Thing &dominantIngredient ) : List

메소드 상세

DoRecipeWork() 공개 정적인 메소드

public static DoRecipeWork ( ) : Toil
리턴 Toil

FinishRecipeAndStartStoringProduct() 공개 정적인 메소드

public static FinishRecipeAndStartStoringProduct ( ) : Toil
리턴 Toil

GetDominantIngredient() 공개 정적인 메소드

public static GetDominantIngredient ( RecipeDef recipe, List ingredients ) : Thing
recipe RecipeDef
ingredients List
리턴 Thing

ProcessedIngredients() 공개 정적인 메소드

public static ProcessedIngredients ( Job job, Thing &dominantIngredient ) : List
job Job
dominantIngredient Thing
리턴 List