C# 클래스 ItemMergeList

상속: MonoBehaviour
파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever

공개 프로퍼티들

프로퍼티 타입 설명
MergeList List

공개 메소드들

메소드 설명
GetRecipe ( string objective_item ) : Recipe,
InitMergeList ( ) : void

메소드 상세

GetRecipe() 공개 메소드

public GetRecipe ( string objective_item ) : Recipe,
objective_item string
리턴 Recipe,

InitMergeList() 공개 메소드

public InitMergeList ( ) : void
리턴 void

프로퍼티 상세

MergeList 공개적으로 프로퍼티

public List MergeList
리턴 List