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

15 lines
335 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlantFlowerFriendFlowerWishData.proto";
// Name: JCEBLBKONGF
// CmdId: 8375
message PlantFlowerGetFriendFlowerWishListRsp {
repeated PlantFlowerFriendFlowerWishData friend_flower_wish_list = 11;
int32 retcode = 14;
uint32 schedule_id = 9;
}