ConfigType

abstract class ConfigType(val id: Int)

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
val id: Int

Functions

Link copied to clipboard
fun read(buf: ByteBuf)
abstract fun read(buf: ByteBuf, code: Int)
Link copied to clipboard
abstract fun write(buf: ByteBuf)