mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
完善客户端协议
This commit is contained in:
8
protocol/proto_hk4e/null_msg.proto
Normal file
8
protocol/proto_hk4e/null_msg.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
|
||||
option go_package = "./;proto";
|
||||
|
||||
message NullMsg {
|
||||
}
|
||||
Reference in New Issue
Block a user