1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-07-31 09:34:12 +03:00
Files
GC-Proto/proto/TeamChainSettleInfo.proto
2024-04-23 22:44:53 +08:00

11 lines
240 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message TeamChainSettleInfo {
repeated uint32 score_list = 6;
bool is_new_record = 10;
uint32 total_score = 14;
uint32 difficulty = 13;
uint32 stage_id = 1;
}