GC-Proto/proto/VintageCampChallengeLevelData.proto
2023-01-28 22:00:48 +08:00

13 lines
197 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message VintageCampChallengeLevelData {
bool isOpen = 11;
bool isFinish = 6;
uint32 stageId = 8;
uint32 levelId = 9;
}