mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneGalleryCharAmusementInfo {
|
||||
bool is_last_level = 2;
|
||||
uint32 max_score = 9;
|
||||
uint32 cur_score = 14;
|
||||
bool is_finish = 10;
|
||||
bool is_success = 1;
|
||||
bool is_success = 13;
|
||||
uint32 max_score = 11;
|
||||
uint32 cur_score = 9;
|
||||
bool is_last_level = 10;
|
||||
bool is_finish = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user