C# Class DarkEmu_GameServer.DatabaseCore.Mastery_

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
CharacterName string[]
MasteryId ushort[]
MasteryLevel byte[]
NumberOfMasteries int

Public Methods

Method Description
GetIndexByName ( string Name, bool Euro ) : int[]
Pulse ( ) : void

Method Details

GetIndexByName() public method

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

Pulse() public method

public Pulse ( ) : void
return void

Property Details

CharacterName public property

public string[] CharacterName
return string[]

MasteryId public property

public ushort[] MasteryId
return ushort[]

MasteryLevel public property

public byte[] MasteryLevel
return byte[]

NumberOfMasteries public property

public int NumberOfMasteries
return int