Package in.dragonbra.javasteam.generated
Class MsgClientGetLegacyGameKey
- java.lang.Object
-
- in.dragonbra.javasteam.generated.MsgClientGetLegacyGameKey
-
- All Implemented Interfaces:
ISteamSerializable,ISteamSerializableMessage
public class MsgClientGetLegacyGameKey extends java.lang.Object implements ISteamSerializableMessage
-
-
Constructor Summary
Constructors Constructor Description MsgClientGetLegacyGameKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream stream)intgetAppId()EMsggetEMsg()voidserialize(java.io.OutputStream stream)voidsetAppId(int appId)
-
-
-
Method Detail
-
getEMsg
public EMsg getEMsg()
- Specified by:
getEMsgin interfaceISteamSerializableMessage
-
getAppId
public int getAppId()
-
setAppId
public void setAppId(int appId)
-
serialize
public void serialize(java.io.OutputStream stream) throws java.io.IOException- Specified by:
serializein interfaceISteamSerializable- Throws:
java.io.IOException
-
deserialize
public void deserialize(java.io.InputStream stream) throws java.io.IOException- Specified by:
deserializein interfaceISteamSerializable- Throws:
java.io.IOException
-
-