C# Class Server.Items.BearMask

Inheritance: BaseHat
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
BearMask ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
Dye ( Mobile from, DyeTub sender ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
BearMask ( ) : System
BearMask ( int hue ) : System

Method Details

BearMask() public method

public BearMask ( Serial serial ) : System
serial Serial
return System

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

Dye() public method

public Dye ( Mobile from, DyeTub sender ) : bool
from Mobile
sender DyeTub
return bool

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void