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 "HomeGroupPlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeBalloonGalleryRecord {
|
||||
uint32 hit_count = 12;
|
||||
uint32 score = 11;
|
||||
HomeGroupPlayerInfo player_info = 5;
|
||||
uint32 timestamp = 2;
|
||||
uint32 score = 12;
|
||||
uint32 hit_count = 3;
|
||||
HomeGroupPlayerInfo player_info = 9;
|
||||
uint32 timestamp = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user