mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
13
proto/FleurFairV2StageData.proto
Normal file
13
proto/FleurFairV2StageData.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: MLFNNJGLGFA
|
||||
message FleurFairV2StageData {
|
||||
bool is_finish = 9;
|
||||
bool is_open = 1;
|
||||
uint32 best_score = 2;
|
||||
uint32 stage_id = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user