C# Класс Server.Items.FillableBvrge

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

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

Метод Описание
Construct ( ) : Item
FillableBvrge ( Type type, BeverageType content ) : System
FillableBvrge ( int weight, Type type, BeverageType content ) : System

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

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

public Construct ( ) : Item
Результат Item

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

public FillableBvrge ( Type type, BeverageType content ) : System
type System.Type
content BeverageType
Результат System

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

public FillableBvrge ( int weight, Type type, BeverageType content ) : System
weight int
type System.Type
content BeverageType
Результат System