C# 클래스 Server.Mobiles.WarriorGuard

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

Private Properties

프로퍼티 타입 설명
WarriorGuard System

공개 메소드들

메소드 설명
Deserialize ( GenericReader reader ) : void
OnAfterDelete ( ) : void
OnBeforeDeath ( ) : bool
Serialize ( GenericWriter writer ) : void
WarriorGuard ( Mobile target ) : System
WarriorGuard ( Serial serial ) : System

비공개 메소드들

메소드 설명
WarriorGuard ( ) : System

메소드 상세

Deserialize() 공개 메소드

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

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnBeforeDeath() 공개 메소드

public OnBeforeDeath ( ) : bool
리턴 bool

Serialize() 공개 메소드

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

WarriorGuard() 공개 메소드

public WarriorGuard ( Mobile target ) : System
target Mobile
리턴 System

WarriorGuard() 공개 메소드

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