C# 클래스 DarkEmu_GameServer.DatabaseCore.Mastery_

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

공개 프로퍼티들

프로퍼티 타입 설명
CharacterName string[]
MasteryId ushort[]
MasteryLevel byte[]
NumberOfMasteries int

공개 메소드들

메소드 설명
GetIndexByName ( string Name, bool Euro ) : int[]
Pulse ( ) : void

메소드 상세

GetIndexByName() 공개 메소드

public GetIndexByName ( string Name, bool Euro ) : int[]
Name string
Euro bool
리턴 int[]

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

프로퍼티 상세

CharacterName 공개적으로 프로퍼티

public string[] CharacterName
리턴 string[]

MasteryId 공개적으로 프로퍼티

public ushort[] MasteryId
리턴 ushort[]

MasteryLevel 공개적으로 프로퍼티

public byte[] MasteryLevel
리턴 byte[]

NumberOfMasteries 공개적으로 프로퍼티

public int NumberOfMasteries
리턴 int