mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 17:00:24 +03:00
17 lines
262 B
Protocol Buffer
17 lines
262 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "GadgetBornType.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message CreateGadgetInfo {
|
|
message Chest {
|
|
uint32 kghimiienhg = 1;
|
|
bool isShowCutscene = 2;
|
|
}
|
|
|
|
GadgetBornType bornType = 1;
|
|
Chest bknaophdkcf = 2;
|
|
}
|