FriendListDel

class FriendListDel(val name: String) : IncomingGameMessage

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

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 delete

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