mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50: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 PlantFlowerRecvFlowerData {
|
||||
ProfilePicture profile_picture = 13;
|
||||
string nickname = 5;
|
||||
uint32 uid = 9;
|
||||
map<uint32, uint32> flower_num_map = 14;
|
||||
string nickname = 14;
|
||||
uint32 uid = 2;
|
||||
ProfilePicture profile_picture = 12;
|
||||
map<uint32, uint32> flower_num_map = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user