See: Description
| Class | Description |
|---|---|
| CharacterManager |
The character manager is used to login/out characters and manage their data.
|
| WauzPlayerData |
A player data to save session scoped player information.
|
| WauzPlayerDataPool |
A static cache of player datas.
|
| WauzPlayerDataSectionSelections |
A section of the player data for storing selection data.
|
| WauzPlayerDataSectionSkills |
A section of the player data for storing skill data.
|
| WauzPlayerDataSectionStats |
A section of the player data for storing stat data.
|
| WauzPlayerFriends |
A class to interact with the friend list of a player.
|
| WauzPlayerGroup |
A player group to save session scoped group information.
|
| WauzPlayerGroupPool |
A static cache of player groups.
|
| WauzPlayerGuild |
A player guild loaded from a config file.
|
| WauzPlayerMail |
A mail with optional attachment, that can be send to a player.
|
| WauzPlayerRegistrator |
The player registrator is used to initially create/remove/update player information.
|
| WauzPlayerSit |
A class for making players sit and stand up again.
|
| WauzPlayerTrade |
A class to let two players trade with each other.
|