mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-31 21:42:57 +08:00
10 lines
135 B
Protocol Buffer
10 lines
135 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
message UnionCmd {
|
||
|
uint32 message_id = 1;
|
||
|
bytes body = 2;
|
||
|
}
|