C# Class Server.Mobiles.AncientLich

Inheritance: BaseCreature
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AncientLich ( Server.Serial serial )
Deserialize ( Server.GenericReader reader ) : void
GenerateLoot ( ) : void
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetDeathSound ( ) : int
GetHurtSound ( ) : int
GetIdleSound ( ) : int
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
AncientLich ( )

Method Details

AncientLich() public method

public AncientLich ( Server.Serial serial )
serial Server.Serial

Deserialize() public method

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

GenerateLoot() public method

public GenerateLoot ( ) : void
return void

GetAngerSound() public method

public GetAngerSound ( ) : int
return int

GetAttackSound() public method

public GetAttackSound ( ) : int
return int

GetDeathSound() public method

public GetDeathSound ( ) : int
return int

GetHurtSound() public method

public GetHurtSound ( ) : int
return int

GetIdleSound() public method

public GetIdleSound ( ) : int
return int

Serialize() public method

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