GC-Proto/proto/HomeFishFarmingInfoNotify.proto
2023-02-28 09:12:44 +08:00

13 lines
246 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeFishFarmingInfo.proto";
// Name: OGHEHLKHJOL
// CmdId: 4807
message HomeFishFarmingInfoNotify {
repeated HomeFishFarmingInfo fish_farming_info_list = 10;
}