C# Class Kesmai.Server.Game.Skeleton

Inheritance: CreatureEntity, IUndead
Afficher le fichier Open project: jkachhad/Stormhalter

Méthodes publiques

Méthode 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 méthode

public GetAttackSound ( ) : int
Résultat int

GetCorpse() public méthode

public GetCorpse ( ) : Corpse
Résultat Corpse

GetDeathSound() public méthode

Gets the death sound.
public GetDeathSound ( ) : int
Résultat int

GetNearbySound() public méthode

public GetNearbySound ( ) : int
Résultat int

OnSpawn() public méthode

public OnSpawn ( ) : void
Résultat void

Skeleton() public méthode

Initializes a new instance of the Skeleton class.
public Skeleton ( ) : System.IO
Résultat System.IO