18 lines
377 B
Protocol Buffer
18 lines
377 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "ExhibitionDisplayInfo.proto";
|
|
|
|
message InBattleChessSettleInfo {
|
|
uint32 Unk3300_NKHDFHAPNCN = 9;
|
|
uint64 sceneTimeMs = 11;
|
|
uint32 Unk3300_LPANFEBFJOJ = 15;
|
|
bool isSuccess = 2;
|
|
repeated ExhibitionDisplayInfo scoreList = 1;
|
|
uint32 Unk3300_IPGILJCBABK = 3;
|
|
uint32 Unk3300_EMNLLDJHMEI = 10;
|
|
}
|