OnlyTeam

data class OnlyTeam(val limit: Int) : BroadcastMessageTarget

Broadcast the message only to the teammates

Parameters

limit

message will be broadcasted only to the first limit teammates.

Constructors

Link copied to clipboard
constructor(limit: Int)

Properties

Link copied to clipboard
open override val limit: Int