mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
16 lines
229 B
Protocol Buffer
16 lines
229 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "Duel.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message NJAPCNDDMBH {
|
|
uint32 opSeq = 13;
|
|
uint32 controllerId = 14;
|
|
oneof EEBALNLJINH {
|
|
string gm_msg = 12;
|
|
Duel duel = 5;
|
|
}
|
|
}
|