C# Class PlayerController.InventoryItem, Endure

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

public Control, control
return Control,

damage public_oe property

public int damage
return int

name public_oe property

public string name
return string

sprite public_oe property

public Sprite sprite
return Sprite

tool public_oe property

public string tool
return string

type public_oe property

public string type
return string