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