2023-02-18 04:48:44 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "PlantFlowerFriendFlowerWishData.proto";
|
|
|
|
|
2023-02-28 04:12:44 +03:00
|
|
|
// Name: JCEBLBKONGF
|
|
|
|
// CmdId: 8375
|
2023-02-18 04:48:44 +03:00
|
|
|
message PlantFlowerGetFriendFlowerWishListRsp {
|
2023-02-28 04:12:44 +03:00
|
|
|
repeated PlantFlowerFriendFlowerWishData friend_flower_wish_list = 11;
|
|
|
|
int32 retcode = 14;
|
|
|
|
uint32 schedule_id = 9;
|
2023-02-18 04:48:44 +03:00
|
|
|
}
|
2023-02-28 04:12:44 +03:00
|
|
|
|