syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "Shop.proto"; message GetShopRsp { Shop shop = 8; int32 retcode = 15; }