C# Class Pluton.LoadOutItem

Inheritance: CountedInstance
Show file Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Amount int
Name string

Public Methods

Method Description
LoadOutItem ( string name )
LoadOutItem ( string name, int amount )

Method Details

LoadOutItem() public method

public LoadOutItem ( string name )
name string

LoadOutItem() public method

public LoadOutItem ( string name, int amount )
name string
amount int

Property Details

Amount public property

public int Amount
return int

Name public property

public string Name
return string