mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-08 02:32:59 +03:00
Update 3.6
This commit is contained in:
@@ -4,11 +4,11 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "ProfilePicture.proto";
|
||||
|
||||
// Name: AEGNPAKEEEJ
|
||||
// Name: NLLJKPNIDML
|
||||
message PlantFlowerRecvFlowerData {
|
||||
map<uint32, uint32> flower_num_map = 1;
|
||||
ProfilePicture profile_picture = 7;
|
||||
uint32 uid = 2;
|
||||
string nickname = 3;
|
||||
ProfilePicture profile_picture = 9;
|
||||
uint32 uid = 4;
|
||||
string nickname = 10;
|
||||
map<uint32, uint32> flower_num_map = 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user