Explorar o código

add room hangup proto

王虎 %!s(int64=3) %!d(string=hai) anos
pai
achega
0f6c7d4086
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      protos/room.proto

+ 7 - 0
protos/room.proto

@@ -41,6 +41,13 @@ message RoomDismissPush {
 
 }
 
+message RoomHangupRequest {
+}
+
+message RoomHangupResponse {
+    Result Result = 1;
+}
+
 message RoomSwitchMasterPush {
     uint32 UserID = 1;
 }