mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Fix Scene*Info
This commit is contained in:
15
proto/BlossomChestInfo.proto
Normal file
15
proto/BlossomChestInfo.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
message BlossomChestInfo {
|
||||
uint32 resin = 1;
|
||||
repeated uint32 qualifyUidList = 2;
|
||||
repeated uint32 remainUidList = 3;
|
||||
uint32 deadTime = 4;
|
||||
uint32 blossomRefreshType = 5;
|
||||
uint32 refreshId = 6;
|
||||
}
|
Reference in New Issue
Block a user