C# Class Server.Items.Bandage

Inheritance: Item, IDyable
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
Range int

Public Methods

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

Private Methods

Method Description
Bandage ( ) : System
Bandage ( int amount ) : System

Method Details

Bandage() public method

public Bandage ( 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

OnDoubleClick() public method

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

Serialize() public method

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

Property Details

Range public_oe static_oe property

public static int Range
return int