mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
20 lines
451 B
Protocol Buffer
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;
|
|
}
|
|
|