C# 클래스 WoWClassic.World.GameObjects.Corpse

상속: BaseObject
파일 보기 프로젝트 열기: miceiken/WoWClassicAuthServer

공개 메소드들

메소드 설명
Corpse ( ) : System
Corpse ( WoWGUID guid ) : System
Corpse ( uint ident ) : System
GetDescriptorFieldFor ( Enum descriptor, Player target ) : byte[]

메소드 상세

Corpse() 공개 메소드

public Corpse ( ) : System
리턴 System

Corpse() 공개 메소드

public Corpse ( WoWGUID guid ) : System
guid WoWClassic.Common.DataStructure.WoWGUID
리턴 System

Corpse() 공개 메소드

public Corpse ( uint ident ) : System
ident uint
리턴 System

GetDescriptorFieldFor() 공개 메소드

public GetDescriptorFieldFor ( Enum descriptor, Player target ) : byte[]
descriptor System.Enum
target Player
리턴 byte[]