mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -27,14 +27,6 @@ message CMsgTest_NotifyServer_Notification {
|
|||
optional string some_text = 1;
|
||||
}
|
||||
|
||||
message CMsgTest_TestClientCall_Request {
|
||||
optional int32 param = 1;
|
||||
}
|
||||
|
||||
message CMsgTest_TestClientCall_Response {
|
||||
optional int32 result = 1;
|
||||
}
|
||||
|
||||
message CMsgTest_NoBody_Request {
|
||||
}
|
||||
|
||||
|
|
@ -52,10 +44,6 @@ service TestSteamClient {
|
|||
service TestServerFromClient {
|
||||
rpc MessageToServer (.CMsgTest_MessageToServer_Request) returns (.CMsgTest_MessageToServer_Response);
|
||||
rpc NotifyServer (.CMsgTest_NotifyServer_Notification) returns (.NoResponse);
|
||||
rpc ClientCallAuthed1 (.CMsgTest_TestClientCall_Request) returns (.CMsgTest_TestClientCall_Response);
|
||||
rpc ClientCallAuthed2 (.CMsgTest_TestClientCall_Request) returns (.CMsgTest_TestClientCall_Response);
|
||||
rpc ClientCallAuthed3 (.CMsgTest_TestClientCall_Request) returns (.CMsgTest_TestClientCall_Response);
|
||||
rpc ClientCallAuthed4 (.CMsgTest_TestClientCall_Request) returns (.CMsgTest_TestClientCall_Response);
|
||||
}
|
||||
|
||||
service TestExternalPrivilege {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue