2023-05-23 09:48:59 +03:00
|
|
|
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;
|
2023-05-23 09:48:59 +03:00
|
|
|
}
|