Method | Description | |
---|---|---|
ClientMsgHandler ( ) |
Initializes a new instance of the ClientMsgHandler class.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
Method | Description | |
---|---|---|
Setup ( SteamClient client ) : void |
public abstract HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The packet message that contains the data. |
return | void |