C# Class Kesmai.Server.Game.Skeleton

Inheritance: CreatureEntity, IUndead
Datei anzeigen Open project: jkachhad/Stormhalter

Public Methods

Method Description
GetAttackSound ( ) : int
GetCorpse ( ) : Corpse
GetDeathSound ( ) : int

Gets the death sound.

GetNearbySound ( ) : int
OnSpawn ( ) : void
Skeleton ( ) : System.IO

Initializes a new instance of the Skeleton class.

Method Details

GetAttackSound() public method

public GetAttackSound ( ) : int
return int

GetCorpse() public method

public GetCorpse ( ) : Corpse
return Corpse

GetDeathSound() public method

Gets the death sound.
public GetDeathSound ( ) : int
return int

GetNearbySound() public method

public GetNearbySound ( ) : int
return int

OnSpawn() public method

public OnSpawn ( ) : void
return void

Skeleton() public method

Initializes a new instance of the Skeleton class.
public Skeleton ( ) : System.IO
return System.IO