15 lines
375 B
Protocol Buffer
15 lines
375 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "HomeCustomFurnitureInfo.proto";
|
|
|
|
// Name: MPKLBHMHOIK
|
|
// CmdId: 4647
|
|
message HomeCustomFurnitureInfoNotify {
|
|
repeated uint32 delete_custom_furniture_list = 10;
|
|
map<uint32, uint32> used_sub_furniture_count_map = 13;
|
|
repeated HomeCustomFurnitureInfo custom_furniture_info_list = 9;
|
|
}
|
|
|