mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,11 +22,11 @@ import "GadgetBornType.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message CreateGadgetInfo {
|
||||
GadgetBornType born_type = 1;
|
||||
Chest chest = 2;
|
||||
|
||||
message Chest {
|
||||
uint32 chest_drop_id = 1;
|
||||
bool is_show_cutscene = 2;
|
||||
}
|
||||
|
||||
GadgetBornType born_type = 1;
|
||||
Chest chest = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user