mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
18 lines
369 B
Protocol Buffer
18 lines
369 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "ExhibitionDisplayInfo.proto";
|
||
|
|
||
|
message ChessSettleInfo {
|
||
|
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;
|
||
|
}
|