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,12 +22,12 @@ import "MultistageSettleWatcherInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message InBattleMechanicusSettleInfo {
|
||||
uint64 scene_time_ms = 15;
|
||||
uint32 total_token = 4;
|
||||
uint32 real_token = 8;
|
||||
repeated MultistageSettleWatcherInfo watcher_list = 7;
|
||||
bool is_success = 6;
|
||||
uint32 play_index = 3;
|
||||
uint32 difficulty_percentage = 10;
|
||||
uint32 group_id = 13;
|
||||
uint64 scene_time_ms = 12;
|
||||
bool is_success = 13;
|
||||
uint32 group_id = 10;
|
||||
uint32 Unk3300_EKAIAPLNIPM = 9;
|
||||
uint32 Unk3300_HAEOPAOBBFE = 4;
|
||||
uint32 Unk3300_NAMBBHMJJLN = 11;
|
||||
uint32 play_index = 8;
|
||||
repeated MultistageSettleWatcherInfo watcher_list = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user