GC-Proto/proto/VintagePresentStageData.proto

16 lines
335 B
Protocol Buffer
Raw Normal View History

2023-04-11 11:18:47 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "VintagePresentLevelData.proto";
// Name: LAFPNNGPPME
message VintagePresentStageData {
uint32 stage_id = 12;
bool is_open = 11;
uint32 open_time = 15;
map<uint32, VintagePresentLevelData> present_level_map = 3;
bool is_finish = 4;
}