C# Class PlayerController.InventoryItem, Endure

Show file Open project: Endure-Game/Endure

Public Properties

Property Type Description
control Control,
damage int
name string
sprite Sprite
tool string
type string

Public Methods

Method Description
InventoryItem ( string n, Sprite s, string t, int d, Control, c, string tool ) : System.Collections

Method Details

InventoryItem() public method

public InventoryItem ( string n, Sprite s, string t, int d, Control, c, string tool ) : System.Collections
n string
s Sprite
t string
d int
c Control,
tool string
return System.Collections

Property Details

control public property

public Control, control
return Control,

damage public property

public int damage
return int

name public property

public string name
return string

sprite public property

public Sprite sprite
return Sprite

tool public property

public string tool
return string

type public property

public string type
return string