Player

abstract class Player(val id: Int, val client: Client)

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(id: Int, client: Client)

Functions

Link copied to clipboard
abstract fun login()

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int