FriendListAdd

class FriendListAdd(val name: String) : IncomingGameMessage

Friend list add messages are sent when the player requests to add another player to 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 add to the friend list

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