@@ -60,6 +60,6 @@
| 151 | RestoreResponse | s -> c | 服务器响应当前状态 |
| 152 | SyncRequest | c -> s | 客户端同步数据 |
| 152 | SyncResponse | s -> c | 服务器响应同步结果 |
-| 153 | SyncResponse | s -> c | 服务器响应同步结果 |
+| 153 | SyncPush | s -> c | 服务器通知客户端想要他人的同步数据 |
@@ -2,6 +2,8 @@ syntax = "proto3";
package protos;
+import "userinfo.proto";
+
// 载入游戏请求
message RestoreRequest {
}