C# Class Server.Mobiles.Wyvern

Inheritance: BaseCreature
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

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

Private Methods

Method Description
Wyvern ( ) : Server.Items

Method Details

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader 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 ( GenericWriter writer ) : void
writer GenericWriter
return void

Wyvern() public method

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