GC-Proto/unimplemented/IHHMPBICHDG.proto
2024-08-28 11:45:47 +08:00

13 lines
248 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdID: 5745
import "ItemParam.proto";
message IHHMPBICHDG {
uint32 offering_id = 5;
repeated ItemParam item_list = 6;
int32 retcode = 11;
}