mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 02:20:12 +03:00
Update v1
This commit is contained in:
14
proto/TeamChainSettleInfo.proto
Normal file
14
proto/TeamChainSettleInfo.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: PFLIFFDODCJ
|
||||
message TeamChainSettleInfo {
|
||||
uint32 difficulty = 12;
|
||||
uint32 total_score = 8;
|
||||
uint32 stage_id = 1;
|
||||
bool is_new_record = 9;
|
||||
repeated uint32 score_list = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user