C# Класс PlayerController.InventoryItem, Endure

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
control Control,
damage int
name string
sprite Sprite
tool string
type string

Открытые методы

Метод Описание
InventoryItem ( string n, Sprite s, string t, int d, Control, c, string tool ) : System.Collections

Описание методов

InventoryItem() публичный Метод

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
Результат System.Collections

Описание свойств

control публичное свойство

public Control, control
Результат Control,

damage публичное свойство

public int damage
Результат int

name публичное свойство

public string name
Результат string

sprite публичное свойство

public Sprite sprite
Результат Sprite

tool публичное свойство

public string tool
Результат string

type публичное свойство

public string type
Результат string