mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
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