RoomReadyPacket

data class RoomReadyPacket(val worldType: String, val unitId: Int) : Packet

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(worldType: String, unitId: Int)

Properties

Link copied to clipboard
val unitId: Int
Link copied to clipboard