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:
@@ -23,8 +23,8 @@ import "ProfilePicture.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message WinterCampRecvItemData {
|
||||
repeated ItemParam item_list = 2;
|
||||
uint32 uid = 8;
|
||||
string nickname = 8;
|
||||
uint32 uid = 6;
|
||||
ProfilePicture profile_picture = 1;
|
||||
string nickname = 12;
|
||||
repeated ItemParam item_list = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user