C# Class Server.Items.ThighBoots

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

Private Properties

Property Type Description
ThighBoots System
ThighBoots System

Public Methods

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

Private Methods

Method Description
ThighBoots ( ) : System
ThighBoots ( 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

Serialize() public method

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

ThighBoots() public method

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

Update() public method

public Update ( ) : void
return void