C# 클래스 DarkEmu_GameServer.Attack

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 메소드들

메소드 설명
BeginSkill ( int Index_ ) : void
EndSkill ( int Index_ ) : void
NormalAttack ( int Index_ ) : void
OnMonsterAttack ( int Index_ ) : void

비공개 메소드들

메소드 설명
GetAmountAndSkillIdByWeaponType ( int Index_, uint &SkillId ) : byte

메소드 상세

BeginSkill() 공개 정적인 메소드

public static BeginSkill ( int Index_ ) : void
Index_ int
리턴 void

EndSkill() 공개 정적인 메소드

public static EndSkill ( int Index_ ) : void
Index_ int
리턴 void

NormalAttack() 공개 정적인 메소드

public static NormalAttack ( int Index_ ) : void
Index_ int
리턴 void

OnMonsterAttack() 공개 정적인 메소드

public static OnMonsterAttack ( int Index_ ) : void
Index_ int
리턴 void