C# Class Server.Items.BaseMagicFish

Inheritance: Item
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Apply ( Mobile from ) : bool
BaseMagicFish ( Serial serial ) : System
BaseMagicFish ( int hue ) : System
Deserialize ( GenericReader reader ) : void
OnDoubleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Method Details

Apply() public method

public Apply ( Mobile from ) : bool
from Mobile
return bool

BaseMagicFish() public method

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

BaseMagicFish() public method

public BaseMagicFish ( int hue ) : System
hue int
return System

Deserialize() public method

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

OnDoubleClick() public method

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

Serialize() public method

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