C# Class PlayerController.InventoryItem, Endure

Afficher le fichier Open project: Endure-Game/Endure

Méthodes publiques

Свойство Type Description
control Control,
damage int
name string
sprite Sprite
tool string
type string

Méthodes publiques

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

Method Details

InventoryItem() public méthode

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
Résultat System.Collections

Property Details

control public_oe property

public Control, control
Résultat Control,

damage public_oe property

public int damage
Résultat int

name public_oe property

public string name
Résultat string

sprite public_oe property

public Sprite sprite
Résultat Sprite

tool public_oe property

public string tool
Résultat string

type public_oe property

public string type
Résultat string