Inheritance: ISteamSerializableMessage
Ejemplo n.º 1
0
            internal ChatActionResultCallback( MsgClientChatActionResult result )
            {
                ChatRoomID = result.SteamIdChat;
                ChatterID = result.SteamIdUserActedOn;

                Action = result.ChatAction;
                Result = result.ActionResult;
            }
Ejemplo n.º 2
0
 internal ChatActionResultCallback( SteamClient client, MsgClientChatActionResult result )
     : base( client )