mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
Update 3.6
This commit is contained in:
@@ -3,12 +3,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: KIHHHDNHBIE
|
||||
// Name: LFPDIANNOJB
|
||||
message SceneGalleryCharAmusementInfo {
|
||||
bool is_last_level = 9;
|
||||
uint32 cur_score = 1;
|
||||
uint32 max_score = 4;
|
||||
bool is_success = 15;
|
||||
bool is_finish = 5;
|
||||
uint32 max_score = 8;
|
||||
bool is_last_level = 15;
|
||||
bool is_finish = 2;
|
||||
bool is_success = 13;
|
||||
uint32 cur_score = 14;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user