CopyArg

data class CopyArg(val oldPlayer: ServerPlayer, val newPlayer: ServerPlayer, val alive: Boolean)

Constructors

Link copied to clipboard
constructor(oldPlayer: ServerPlayer, newPlayer: ServerPlayer, alive: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val newPlayer: ServerPlayer
Link copied to clipboard
val oldPlayer: ServerPlayer