C# Class Server.Mobiles.GreatHart

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

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
GetAttackSound ( ) : int
GetDeathSound ( ) : int
GetHurtSound ( ) : int
GreatHart ( Serial serial )
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
GreatHart ( )

Method Details

Deserialize() public method

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

GetAttackSound() public method

public GetAttackSound ( ) : int
return int

GetDeathSound() public method

public GetDeathSound ( ) : int
return int

GetHurtSound() public method

public GetHurtSound ( ) : int
return int

GreatHart() public method

public GreatHart ( Serial serial )
serial Serial

Serialize() public method

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