C# 클래스 MapServer.GuardKnightObject

상속: MonsterObject
파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 메소드들

메소드 설명
ClearThis ( ) : void
GuardKnightObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
Run ( ) : bool
SendInfo ( PlayerObject play = null ) : void

메소드 상세

ClearThis() 공개 메소드

public ClearThis ( ) : void
리턴 void

GuardKnightObject() 공개 메소드

public GuardKnightObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
_play PlayerObject
x short
y short
dir byte
_id uint
nAi_Id int
리턴 System

Run() 공개 메소드

public Run ( ) : bool
리턴 bool

SendInfo() 공개 메소드

public SendInfo ( PlayerObject play = null ) : void
play PlayerObject
리턴 void