GC-Proto/proto/PlantFlowerGetFriendFlowerW...

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;
}