mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 19:52:27 +08:00
8 lines
88 B
Protocol Buffer
8 lines
88 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package proto;
|
|
option go_package = "./;proto";
|
|
|
|
message NullMsg {
|
|
}
|