GSServer-CBT/soggy-mistress/proto/CreateGadgetInfo.proto

13 lines
202 B
Protocol Buffer

syntax = "proto3";
import "GadgetBornType.proto";
message CreateGadgetInfo {
message Chest {
uint32 chestDropId = 1;
bool isShowCutscene = 2;
}
GadgetBornType bornType = 1;
Chest chest = 2;
}