GC-Proto/proto/UgcActivityDetailInfo.proto

14 lines
298 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 17:00:48 +03:00
import "OfficialCustomDungeon.proto";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
message UgcActivityDetailInfo {
2023-01-28 17:00:48 +03:00
bool isUgcFeatureClosed = 5;
repeated OfficialCustomDungeon officialCustomDungeonList = 10;
bool isEnableUgc = 15;
uint32 customDungeonGroupId = 3;
2022-11-06 15:30:21 +03:00
}