15 lines
330 B
Protocol Buffer
15 lines
330 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "OfficialCustomDungeon.proto";
|
|
|
|
// Name: EIJPLHGOBPC
|
|
message UgcActivityDetailInfo {
|
|
bool ACDJAAHCMNO = 1;
|
|
bool LCJDIJCIGEF = 11;
|
|
uint32 custom_dungeon_group_id = 12;
|
|
repeated OfficialCustomDungeon official_custom_dungeon_list = 9;
|
|
}
|
|
|