C# Класс Kesmai.Server.Game.Skeleton

Наследование: CreatureEntity, IUndead
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetAttackSound() публичный Метод

public GetAttackSound ( ) : int
Результат int

GetCorpse() публичный Метод

public GetCorpse ( ) : Corpse
Результат Corpse

GetDeathSound() публичный Метод

Gets the death sound.
public GetDeathSound ( ) : int
Результат int

GetNearbySound() публичный Метод

public GetNearbySound ( ) : int
Результат int

OnSpawn() публичный Метод

public OnSpawn ( ) : void
Результат void

Skeleton() публичный Метод

Initializes a new instance of the Skeleton class.
public Skeleton ( ) : System.IO
Результат System.IO