public final class SteamGameCoordinator extends ClientMsgHandler
Constructor and Description |
---|
SteamGameCoordinator() |
Modifier and Type | Method and Description |
---|---|
void |
handleMsg(IPacketMsg packetMsg)
Handles a client message.
|
void |
send(IClientGCMsg msg,
int appId)
Sends a game coordinator message for a specific appid.
|
setup
public void send(IClientGCMsg msg, int appId)
msg
- The GC message to send.appId
- The app id of the game coordinator to send to.public void handleMsg(IPacketMsg packetMsg)
handleMsg
in class ClientMsgHandler
packetMsg
- The packet message that contains the data.Copyright © 2012. All Rights Reserved.