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: NKNDOLGOENF
|
||
|
message UgcActivityDetailInfo {
|
||
|
bool EBONPFLOCKN = 9;
|
||
|
uint32 custom_dungeon_group_id = 4;
|
||
|
bool FCJFEAAJDHC = 15;
|
||
|
repeated OfficialCustomDungeon official_custom_dungeon_list = 10;
|
||
|
}
|
||
|
|