C# Class ItemMergeList

Inheritance: MonoBehaviour
显示文件 Open project: imann24/cs327-bestmobilegameever

Public Properties

Property Type Description
MergeList List

Public Methods

Method Description
GetRecipe ( string objective_item ) : Recipe,
InitMergeList ( ) : void

Method Details

GetRecipe() public method

public GetRecipe ( string objective_item ) : Recipe,
objective_item string
return Recipe,

InitMergeList() public method

public InitMergeList ( ) : void
return void

Property Details

MergeList public_oe property

public List MergeList
return List