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,7 +22,7 @@ import "GalleryStopReason.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message RacingGallerySettleInfo {
|
||||
uint32 winner_uid = 6;
|
||||
GalleryStopReason reason = 4;
|
||||
uint32 use_time = 1;
|
||||
uint32 winner_uid = 10;
|
||||
uint32 use_time = 15;
|
||||
GalleryStopReason reason = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user