C# Класс Craft, Aegina

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Craft ( Type what ) : System.Collections
Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections

instencie un craft

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

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

public Craft ( Type what ) : System.Collections
what Type
Результат System.Collections

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

instencie un craft
public Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections
id int
product ItemStack
fire bool
workbench bool
forge bool
brewer bool
secret bool
what Type
Результат System.Collections