C# Class Server.Items.Robe

Inheritance: BaseOuterTorso, IArcaneEquip
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
Robe System
Robe System

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
Flip ( ) : void
GetProperties ( ObjectPropertyList list ) : void
OnSingleClick ( Mobile from ) : void
Robe ( Serial serial ) : System
Serialize ( GenericWriter writer ) : void
Update ( ) : void

Private Methods

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

Method Details

Deserialize() public method

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

Flip() public method

public Flip ( ) : void
return void

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
return void

OnSingleClick() public method

public OnSingleClick ( Mobile from ) : void
from Mobile
return void

Robe() public method

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

Serialize() public method

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

Update() public method

public Update ( ) : void
return void