Package-level declarations

Types

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

Friend chat join-leave message is sent when the player joins or leaves a friend chat channel.

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

Friend chat kick is sent when the owner requests to click another player from their friend chat.

Link copied to clipboard
class FriendChatSetRank : IncomingGameMessage

Friend chat set rank message is sent when the owner of a friend chat channel changes the rank of another player who is on their friendlist.