Class MsgClientGetFriendsWhoPlayGameResponse

    • Constructor Detail

      • MsgClientGetFriendsWhoPlayGameResponse

        public MsgClientGetFriendsWhoPlayGameResponse()
    • Method Detail

      • getResult

        public EResult getResult()
      • setResult

        public void setResult​(EResult result)
      • getGameId

        public GameID getGameId()
      • setGameId

        public void setGameId​(GameID gameId)
      • getCountFriends

        public int getCountFriends()
      • setCountFriends

        public void setCountFriends​(int countFriends)
      • serialize

        public void serialize​(java.io.OutputStream stream)
                       throws java.io.IOException
        Specified by:
        serialize in interface ISteamSerializable
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.io.InputStream stream)
                         throws java.io.IOException
        Specified by:
        deserialize in interface ISteamSerializable
        Throws:
        java.io.IOException