mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// Obf: ODAAFOEGKEE
|
||||
// Obf: BJBICIGABJK
|
||||
message SceneGalleryCharAmusementInfo {
|
||||
bool is_success = 11;
|
||||
bool is_last_level = 4;
|
||||
bool is_finish = 12;
|
||||
uint32 cur_score = 10;
|
||||
uint32 max_score = 2;
|
||||
uint32 cur_score = 9;
|
||||
bool is_finish = 15;
|
||||
bool is_last_level = 6;
|
||||
uint32 max_score = 8;
|
||||
bool is_success = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user