GC-Proto/proto/EchoNotify.proto

13 lines
179 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: GLFEGKIJKDD
// CmdId: 44
message EchoNotify {
string content = 9;
uint32 seq_id = 11;
}