GC-Proto/proto/InBattleMechanicusSettleNotify.proto
2023-02-28 09:12:44 +08:00

20 lines
451 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MultistageSettleWatcherInfo.proto";
// Name: MPMDNAAKNPK
// CmdId: 5327
message InBattleMechanicusSettleNotify {
uint64 scene_time_ms = 4;
uint32 group_id = 9;
uint32 NGOHOCDCPGA = 14;
uint32 KFJHHKKCHDF = 13;
uint32 NANDJMJIBHP = 8;
bool is_success = 11;
uint32 play_index = 15;
repeated MultistageSettleWatcherInfo watcher_list = 2;
}