15 lines
300 B
Protocol Buffer
15 lines
300 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ProfilePicture.proto";
|
|
|
|
// Name: DBGHDOAFABF
|
|
message PlantFlowerFriendFlowerWishData {
|
|
map<uint32, uint32> flower_num_map = 15;
|
|
string nickname = 1;
|
|
ProfilePicture profile_picture = 6;
|
|
uint32 uid = 8;
|
|
}
|
|
|