kot 4 tahun lalu
induk
melakukan
d987ae8ff5
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 1 1
      README.md
  2. 2 0
      sync.proto

+ 1 - 1
README.md

@@ -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 - 0
sync.proto

@@ -2,6 +2,8 @@ syntax = "proto3";
 
 package protos;
 
+import "userinfo.proto";
+
 // 载入游戏请求
 message RestoreRequest {
 }