mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,7 +22,7 @@ import "MatchPlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GeneralMatchInfo {
|
||||
uint32 match_param = 1;
|
||||
uint32 match_id = 9;
|
||||
repeated MatchPlayerInfo player_list = 5;
|
||||
uint32 match_id = 8;
|
||||
uint32 match_param = 3;
|
||||
repeated MatchPlayerInfo player_list = 12;
|
||||
}
|
||||
|
Reference in New Issue
Block a user