C# Class Client.GameWorld

Stores world variables
ファイルを表示 Open project: vermie/MangosClient Class Usage Examples

Public Properties

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

Property Details

PlayerNameLookup public_oe property

public Dictionary PlayerNameLookup
return string>.Dictionary

QueuedChatMessages public_oe property

public Dictionary> QueuedChatMessages
return Queue>.Dictionary

SelectedCharacter public_oe property

public Character SelectedCharacter
return Character