19 lines
434 B
Protocol Buffer
19 lines
434 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "MultistageSettleWatcherInfo.proto";
|
|
|
|
// Name: MADAEKGENID
|
|
message InBattleMechanicusSettleInfo {
|
|
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;
|
|
}
|
|
|