C# Class Client.GameWorld

Stores world variables
Show file Open project: vermie/MangosClient Class Usage Examples

Public Properties

Property Type Description
PlayerNameLookup string>.Dictionary
QueuedChatMessages Queue>.Dictionary
SelectedCharacter Character

Property Details

PlayerNameLookup public property

public Dictionary PlayerNameLookup
return string>.Dictionary

QueuedChatMessages public property

public Dictionary> QueuedChatMessages
return Queue>.Dictionary

SelectedCharacter public property

public Character SelectedCharacter
return Character