public class MsgClientSetIgnoreFriend extends Object implements ISteamSerializableMessage
Modifier and Type | Field and Description |
---|---|
byte |
ignore |
private long |
mySteamId |
private long |
steamIdFriend |
Constructor and Description |
---|
MsgClientSetIgnoreFriend() |
Modifier and Type | Method and Description |
---|---|
void |
deSerialize(BinaryReader stream) |
EMsg |
getEMsg() |
SteamID |
getMySteamId() |
SteamID |
getSteamIdFriend() |
void |
serialize(BinaryWriter stream) |
void |
setMySteamId(SteamID steamId) |
void |
setSteamIdFriend(SteamID steamId) |
private long mySteamId
private long steamIdFriend
public byte ignore
public EMsg getEMsg()
getEMsg
in interface ISteamSerializableMessage
public SteamID getMySteamId()
public void setMySteamId(SteamID steamId)
public SteamID getSteamIdFriend()
public void setSteamIdFriend(SteamID steamId)
public void serialize(BinaryWriter stream) throws IOException
serialize
in interface ISteamSerializable
IOException
public void deSerialize(BinaryReader stream) throws IOException
deSerialize
in interface ISteamSerializable
IOException
Copyright © 2012. All Rights Reserved.