C# Class Track.Item

ファイルを表示 Open project: vs-team/casanova-mk2 Class Usage Examples

Public Methods

Method Description
Item ( string itemName ) : System
Item ( string itemName, bool to_play, bool tutorial ) : System

Method Details

Item() public method

public Item ( string itemName ) : System
itemName string
return System

Item() public method

public Item ( string itemName, bool to_play, bool tutorial ) : System
itemName string
to_play bool
tutorial bool
return System