C# Class Server.Spells.Sixth.ParalyzeFieldSpell.InternalItem

Inheritance: Item
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
InternalItem ( Mobile caster, int itemID, Point3D loc, Map map, System.TimeSpan duration ) : System
InternalItem ( Serial serial ) : System
OnAfterDelete ( ) : void
OnMoveOver ( Mobile m ) : bool
Serialize ( GenericWriter writer ) : void

Method Details

Deserialize() public method

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

InternalItem() public method

public InternalItem ( Mobile caster, int itemID, Point3D loc, Map map, System.TimeSpan duration ) : System
caster Mobile
itemID int
loc Point3D
map Map
duration System.TimeSpan
return System

InternalItem() public method

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

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnMoveOver() public method

public OnMoveOver ( Mobile m ) : bool
m Mobile
return bool

Serialize() public method

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