C# 클래스 DarkEmu_GameServer.PlayerAction

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 메소드들

메소드 설명
Action ( PacketReader reader_, int Index_ ) : void
OnEmotion ( PacketReader reader_, int Index_ ) : void

비공개 메소드들

메소드 설명
PickUpItem ( int Index_, int ObjectIndex ) : void
PrepareBuff ( int Index_ ) : void
SkillAttackType ( int Index_ ) : void

메소드 상세

Action() 공개 정적인 메소드

public static Action ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
리턴 void

OnEmotion() 공개 정적인 메소드

public static OnEmotion ( PacketReader reader_, int Index_ ) : void
reader_ PacketReader
Index_ int
리턴 void