15 lines
275 B
Protocol Buffer
15 lines
275 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "GCGActionType.proto";
|
||
|
import "GCGMessage.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message GCGMessagePack {
|
||
|
uint32 controllerId = 12;
|
||
|
uint32 ijojhencdld = 1;
|
||
|
repeated GCGMessage msgList = 3;
|
||
|
GCGActionType actionType = 8;
|
||
|
}
|