public class MsgClientGetFriendsWhoPlayGame extends java.lang.Object implements ISteamSerializableMessage
| Constructor and Description |
|---|
MsgClientGetFriendsWhoPlayGame() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
EMsg |
getEMsg() |
GameID |
getGameId() |
void |
serialize(java.io.OutputStream stream) |
void |
setGameId(GameID gameId) |
public EMsg getEMsg()
getEMsg in interface ISteamSerializableMessagepublic GameID getGameId()
public void setGameId(GameID gameId)
public void serialize(java.io.OutputStream stream)
throws java.io.IOException
serialize in interface ISteamSerializablejava.io.IOExceptionpublic void deserialize(java.io.InputStream stream)
throws java.io.IOException
deserialize in interface ISteamSerializablejava.io.IOException