GC-Proto/proto/TeamChainSettleInfo.proto

11 lines
240 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-23 17:44:53 +03:00
2023-05-23 13:12:42 +03:00
message TeamChainSettleInfo {
2024-04-23 17:44:53 +03:00
repeated uint32 score_list = 6;
bool is_new_record = 10;
uint32 total_score = 14;
uint32 difficulty = 13;
uint32 stage_id = 1;
}