mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
25 lines
633 B
Protocol Buffer
25 lines
633 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CustomDungeonAbstract.proto";
|
|
import "CustomDungeonSetting.proto";
|
|
import "CustomDungeonSocial.proto";
|
|
import "SocialDetail.proto";
|
|
|
|
// Name: NNGFKFPALHC
|
|
message OtherCustomDungeonBrief {
|
|
SocialDetail creator_detail = 13;
|
|
uint32 battle_min_cost_time = 9;
|
|
bool JJDCIJBDBDK = 12;
|
|
uint32 dungeon_id = 1;
|
|
repeated uint32 tag_list = 6;
|
|
CustomDungeonAbstract abstract = 2;
|
|
CustomDungeonSocial social = 3;
|
|
uint64 dungeon_guid = 5;
|
|
bool JNDPMPEBPIK = 4;
|
|
bool is_psn_platform = 8;
|
|
CustomDungeonSetting setting = 7;
|
|
}
|
|
|