C# Class Pluton.Rust.Objects.LoadOutItem

Inheritance: CountedInstance
ファイルを表示 Open project: Notulp/Pluton.Rust Class Usage Examples

Public Properties

Property Type Description
Amount int
Name string

Public Methods

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

Method Details

LoadOutItem() public method

public LoadOutItem ( string name ) : Core
name string
return Core

LoadOutItem() public method

public LoadOutItem ( string name, int amount ) : Core
name string
amount int
return Core

Property Details

Amount public_oe property

public int Amount
return int

Name public_oe property

public string Name
return string