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