GC-Proto/proto/HideAndSeekSettleNotify.proto

29 lines
608 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 "SettleReason.proto";
import "HideAndSeekSettleInfo.proto";
import "ExhibitionDisplayInfo.proto";
message HideAndSeekSettleNotify {
//enum PBBMCANAFIN {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 5327;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
repeated uint32 winnerList = 9;
uint32 costTime = 10;
uint32 stageType = 11;
SettleReason reason = 1;
repeated HideAndSeekSettleInfo settleInfoList = 4;
uint32 playIndex = 13;
repeated ExhibitionDisplayInfo scoreList = 7;
bool isRecordScore = 5;
}