mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,8 +22,8 @@ import "ProfilePicture.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PlantFlowerFriendFlowerWishData {
|
||||
ProfilePicture profile_picture = 3;
|
||||
uint32 uid = 5;
|
||||
string nickname = 14;
|
||||
map<uint32, uint32> flower_num_map = 12;
|
||||
map<uint32, uint32> flower_num_map = 11;
|
||||
ProfilePicture profile_picture = 8;
|
||||
string nickname = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user