21 lines
373 B
Protocol Buffer
21 lines
373 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "CustomGadgetTreeInfo.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GravenInnocenceEditCarveCombinationReq {
|
|
enum OGPPNOHCCAM {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 23125;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
EAJIABGAOCI = 1;
|
|
}
|
|
|
|
CustomGadgetTreeInfo combinationInfo = 15;
|
|
uint32 entityId = 5;
|
|
}
|