GC-Proto/proto/CreateGadgetInfo.proto

17 lines
262 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
import "GadgetBornType.proto";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message CreateGadgetInfo {
2023-01-28 17:00:48 +03:00
message Chest {
uint32 kghimiienhg = 1;
bool isShowCutscene = 2;
}
2022-12-05 15:02:30 +03:00
2023-01-28 17:00:48 +03:00
GadgetBornType bornType = 1;
Chest bknaophdkcf = 2;
2022-11-06 15:30:21 +03:00
}