Constructors

Link copied to clipboard
constructor()

Initializes a new instance of the ClientMsgHandler class.

Functions

Link copied to clipboard
abstract fun handleMsg(packetMsg: IPacketMsg)

Handles a client message. This should not be called directly.

Link copied to clipboard
fun setup(client: SteamClient)