NavigatePacket

data class NavigatePacket(val mask: Int, val id: Int, val depth: Int) : Packet

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(mask: Int, id: Int, depth: Int)

Properties

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