FriendChatKick

class FriendChatKick(val name: String) : IncomingGameMessage

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

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard

the name of the player to kick

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String