mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -17,10 +17,15 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "MistTrialBestAvatar.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MistTrialLevelData {
|
||||
uint32 open_time = 1;
|
||||
bool is_open = 12;
|
||||
uint32 level_id = 7;
|
||||
uint32 open_time = 10;
|
||||
repeated MistTrialBestAvatar best_avatar_list = 3;
|
||||
uint32 level_id = 14;
|
||||
uint32 first_pass_time = 1;
|
||||
MistTrialBestAvatar best_hit_avatar = 11;
|
||||
bool is_open = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user