Skip to content

Commit

Permalink
Move webui protos to steamkit
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Mar 19, 2024
1 parent 6331887 commit f1b33e2
Show file tree
Hide file tree
Showing 16 changed files with 3,079 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static class MessageTypeOverrides

{ EMsg.AMGameServerUpdate, typeof(CMsgGameServerData) },

{ EMsg.ClientDPUpdateAppJobReport, typeof(Protobufs.CMsgClientUpdateAppJobReport) },
{ EMsg.ClientDPUpdateAppJobReport, typeof(SteamKit2.WebUI.Internal.CMsgClientUpdateAppJobReport) },

{ EMsg.ClientPlayingSessionState, typeof(CMsgClientPlayingSessionState) },

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static MethodInfo FindMethodInfo(string serviceMethodName)
{
("SteamKit2", "SteamKit2.Internal"),
("SteamKit2", "SteamKit2.Internal.Steamworks"),
("NetHookAnalyzer2", "NetHookAnalyzer2.Protobufs"),
("SteamKit2", "SteamKit2.WebUI.Internal"),
};

foreach (var (assembly, ns) in namespaces)
Expand Down
20 changes: 13 additions & 7 deletions Resources/ProtobufGen/protos.csv
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,16 @@ underlords,gcsystemmsgs.proto,GC\Underlords\SteamMsgGCSystem.cs,SteamKit2.GC.Und
underlords,network_connection.proto,GC\Underlords\NetworkConnection.cs,SteamKit2.GC.Underlords.Internal
underlords,networkbasetypes.proto,GC\Underlords\NetworkBaseTypes.cs,SteamKit2.GC.Underlords.Internal
underlords,usermessages.proto,GC\Underlords\UserMessages.cs,SteamKit2.GC.Underlords.Internal
webui,common_base.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgCommonBase.cs,NetHookAnalyzer2.Protobufs
webui,common.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgCommon.cs,NetHookAnalyzer2.Protobufs
webui,service_community.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgCommunity.cs,NetHookAnalyzer2.Protobufs
webui,service_friendslist.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgFriendsList.cs,NetHookAnalyzer2.Protobufs
webui,service_usergameactivity.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgUserGameActivity.cs,NetHookAnalyzer2.Protobufs
webui,service_usernews.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgUserNews.cs,NetHookAnalyzer2.Protobufs
webui,service_userreviews.proto,..\..\..\..\Resources\NetHookAnalyzer2\NetHookAnalyzer2\Generated\SteamMsgUserReviews.cs,NetHookAnalyzer2.Protobufs
webui,common_base.proto,WebUI\SteamMsgCommonBase.cs,SteamKit2.WebUI.Internal
webui,common.proto,WebUI\SteamMsgCommon.cs,SteamKit2.WebUI.Internal
webui,service_accountcart.proto,WebUI\SteamMsgAccountCart.cs,SteamKit2.WebUI.Internal
webui,service_accountprivateapps.proto,WebUI\SteamMsgAccountPrivateApps.cs,SteamKit2.WebUI.Internal
webui,service_checkout.proto,WebUI\SteamMsgCheckout.cs,SteamKit2.WebUI.Internal
webui,service_cloudconfigstore.proto,WebUI\SteamMsgCloudConfigStore.cs,SteamKit2.WebUI.Internal
webui,service_community.proto,WebUI\SteamMsgCommunity.cs,SteamKit2.WebUI.Internal
webui,service_friendslist.proto,WebUI\SteamMsgFriendsList.cs,SteamKit2.WebUI.Internal
webui,service_loyaltyrewards.proto,WebUI\SteamMsgLoyaltyRewards.cs,SteamKit2.WebUI.Internal
webui,service_usergameactivity.proto,WebUI\SteamMsgUserGameActivity.cs,SteamKit2.WebUI.Internal
webui,service_usergamenotes.proto,WebUI\SteamMsgUserGameNotes.cs,SteamKit2.WebUI.Internal
webui,service_usernews.proto,WebUI\SteamMsgUserNews.cs,SteamKit2.WebUI.Internal
webui,service_userreviews.proto,WebUI\SteamMsgUserReviews.cs,SteamKit2.WebUI.Internal
Loading

0 comments on commit f1b33e2

Please sign in to comment.