GC-Proto/proto/CustomDungeonRecoverNotify.proto
2023-04-11 11:14:48 +08:00

18 lines
427 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CustomDungeon.proto";
import "EnterCustomDungeonType.proto";
import "TryCustomDungeonType.proto";
// CmdId: 6207
// Name: DAHJKHDDMBP
message CustomDungeonRecoverNotify {
repeated uint32 official_black_coin_list = 11;
CustomDungeon custom_dungeon = 14;
EnterCustomDungeonType enter_type = 2;
TryCustomDungeonType try_type = 5;
}