mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-14 06:12:26 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -22,8 +22,8 @@ package proto;
|
||||
option go_package = "./;proto";
|
||||
|
||||
message GCGMsgOpTimer {
|
||||
uint64 begin_time = 9;
|
||||
fixed64 begin_time = 9;
|
||||
GCGPhaseType phase = 3;
|
||||
uint64 time_stamp = 13;
|
||||
fixed64 time_stamp = 13;
|
||||
uint32 controller_id = 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user