C# Class Server.Items.IDWand

Inheritance: BaseWand
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
IDWand ( Serial serial ) : System
OnWandTarget ( Mobile from, object o ) : bool
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
IDWand ( ) : System

Method Details

Deserialize() public method

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

IDWand() public method

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

OnWandTarget() public method

public OnWandTarget ( Mobile from, object o ) : bool
from Mobile
o object
return bool

Serialize() public method

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