C# 클래스 Server.Mobiles.BladeSpirits

상속: BaseCreature
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
BladeSpirits ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetAngerSound ( ) : int
GetAttackSound ( ) : int
GetFightModeRanking ( Mobile m, FightMode acqType, bool bPlayerOnly ) : double
GetHurtSound ( ) : int
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
BladeSpirits ( ) : System

메소드 상세

BladeSpirits() 공개 메소드

public BladeSpirits ( Serial serial ) : System
serial Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

GetAngerSound() 공개 메소드

public GetAngerSound ( ) : int
리턴 int

GetAttackSound() 공개 메소드

public GetAttackSound ( ) : int
리턴 int

GetFightModeRanking() 공개 메소드

public GetFightModeRanking ( Mobile m, FightMode acqType, bool bPlayerOnly ) : double
m Mobile
acqType FightMode
bPlayerOnly bool
리턴 double

GetHurtSound() 공개 메소드

public GetHurtSound ( ) : int
리턴 int

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void