mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-06 17:16:08 +03:00
14 lines
308 B
Protocol Buffer
14 lines
308 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DungeonEntryInfo.proto";
|
|
|
|
// Version: 4.6.0
|
|
// Obfs: NHGDJAAICLF
|
|
message DungeonEntryPointInfo {
|
|
uint32 scene_id = 7;
|
|
repeated DungeonEntryInfo dungeon_entry_list = 8;
|
|
uint32 recommend_dungeon_id = 9;
|
|
uint32 point_id = 13;
|
|
} |