Grasscutter/proto/GadgetAutoPickDropInfoNotify.proto
Melledy e7276a75d3 Fixed dungeon challenge scoreboard and implement dungeon drops
Also fixed a few dungeon script handlers
2022-05-03 23:24:43 -07:00

10 lines
165 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Item.proto";
message GadgetAutoPickDropInfoNotify {
repeated Item item_list = 1;
}