C# Class Server.Mobiles.Townfolk.Prisoner

Inheritance: BaseEscortable
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
InitOutfit ( ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Prisoner ( Serial serial ) : Server.Items
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
Prisoner ( ) : Server.Items

Method Details

Deserialize() public method

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

InitOutfit() public method

public InitOutfit ( ) : void
return void

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

Prisoner() public method

public Prisoner ( Serial serial ) : Server.Items
serial Serial
return Server.Items

Serialize() public method

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