GC-Proto/proto/InBattleMechanicusSettleInf...

19 lines
434 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MultistageSettleWatcherInfo.proto";
2023-02-28 04:12:44 +03:00
// Name: MADAEKGENID
2023-02-18 04:48:44 +03:00
message InBattleMechanicusSettleInfo {
2023-02-28 04:12:44 +03:00
uint32 NANDJMJIBHP = 11;
bool is_success = 10;
uint32 NGOHOCDCPGA = 13;
uint32 play_index = 7;
repeated MultistageSettleWatcherInfo watcher_list = 15;
uint64 scene_time_ms = 8;
uint32 KFJHHKKCHDF = 1;
uint32 group_id = 6;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00