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,9 +22,9 @@ import "InBattleMechanicusBuildingInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message InBattleMechanicusPlayerInfo {
|
||||
uint32 pick_card_id = 5;
|
||||
uint32 uid = 14;
|
||||
repeated InBattleMechanicusBuildingInfo building_list = 4;
|
||||
bool is_card_confirmed = 13;
|
||||
uint32 building_points = 3;
|
||||
uint32 uid = 13;
|
||||
bool is_card_confirmed = 12;
|
||||
uint32 building_points = 2;
|
||||
repeated InBattleMechanicusBuildingInfo building_list = 5;
|
||||
uint32 pick_card_id = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user