Package-level declarations

Types

Link copied to clipboard
class FriendListAdd(val name: String) : IncomingGameMessage

Friend list add messages are sent when the player requests to add another player to their friend list

Link copied to clipboard
class FriendListDel(val name: String) : IncomingGameMessage

Friend list deletion messages are sent whenever the player requests to delete another user from their friend list.

Link copied to clipboard
class IgnoreListAdd(val name: String) : IncomingGameMessage

Ignore list addition events are sent whenever the player requests to add another player to their ignorelist

Link copied to clipboard
class IgnoreListDel(val name: String) : IncomingGameMessage

Ignore list deletion messages are sent whenever the player requests to delete another player from their ignorelist