C# Class Server.Items.FillableBvrge

Inheritance: FillableEntry
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Construct ( ) : Item
FillableBvrge ( Type type, BeverageType content ) : System
FillableBvrge ( int weight, Type type, BeverageType content ) : System

Method Details

Construct() public method

public Construct ( ) : Item
return Item

FillableBvrge() public method

public FillableBvrge ( Type type, BeverageType content ) : System
type System.Type
content BeverageType
return System

FillableBvrge() public method

public FillableBvrge ( int weight, Type type, BeverageType content ) : System
weight int
type System.Type
content BeverageType
return System