GC-Proto/proto/SceneGalleryTreasureSeelieInfo.proto

12 lines
186 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: BAFIKPMLBFP
message SceneGalleryTreasureSeelieInfo {
uint32 progress = 15;
uint32 goal = 13;
}
2023-02-28 04:12:44 +03:00