15 lines
259 B
Protocol Buffer
15 lines
259 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "GCGReason.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message GCGMsgModifyAdd {
|
||
|
uint32 pos = 11;
|
||
|
uint32 ownerCardGuid = 10;
|
||
|
uint32 controllerId = 7;
|
||
|
GCGReason reason = 14;
|
||
|
repeated uint32 cardGuidList = 4;
|
||
|
}
|