mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 15:02:27 +08:00
GCG初步 但会卡进度条 用命令/gcg进入
This commit is contained in:
@@ -16,12 +16,13 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "GCGActionType.proto";
|
||||
import "GCGMessage.proto";
|
||||
|
||||
package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGMessagePack {
|
||||
uint32 msg_seq = 10;
|
||||
repeated GCGMessage msg_list = 13;
|
||||
GCGActionType action_type = 9;
|
||||
repeated GCGMessage msg_list = 5;
|
||||
uint32 controller_id = 7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user