mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
21 lines
518 B
Protocol Buffer
21 lines
518 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
// CmdID: 7160
|
||
|
|
||
|
import "HMAJIGGCEBJ.proto";
|
||
|
import "JFBJEIPHADM.proto";
|
||
|
import "ODBEHIEDNFD.proto";
|
||
|
|
||
|
message MINNDMNAHKJ {
|
||
|
uint32 MEMPKCGNNMF = 1;
|
||
|
uint32 JNKGIGDJILK = 5;
|
||
|
bool BEJAMBJBGIH = 10;
|
||
|
bool DGGCKMIKBMO = 11;
|
||
|
uint32 MNDLPMLCJHE = 14;
|
||
|
oneof GCBCKCBNPMN {
|
||
|
HMAJIGGCEBJ second_stage_info = 7;
|
||
|
JFBJEIPHADM first_stage_info = 12;
|
||
|
ODBEHIEDNFD third_stage_info = 13;
|
||
|
}
|