GC-Proto/proto/InBattleMechanicusSettleInfo.proto

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-04-11 06:14:48 +03:00
// Name: PDGIBDGIIMP
2023-02-18 04:48:44 +03:00
message InBattleMechanicusSettleInfo {
2023-04-11 06:14:48 +03:00
repeated MultistageSettleWatcherInfo watcher_list = 6;
uint32 group_id = 3;
uint64 scene_time_ms = 7;
bool is_success = 15;
uint32 EDEPJBIHFEB = 5;
uint32 GIAMAGCEFII = 10;
uint32 play_index = 13;
uint32 MPDLHJGFMFK = 14;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00