C# Class Pluton.LoadOutItem

Inheritance: CountedInstance
Datei anzeigen 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_oe property

public int Amount
return int

Name public_oe property

public string Name
return string