GC-Proto/proto/CustomDungeonRecoverNotify.proto
2023-02-28 09:12:44 +08:00

18 lines
426 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "CustomDungeon.proto";
import "EnterCustomDungeonType.proto";
import "TryCustomDungeonType.proto";
// Name: OJMGDEGHLMA
// CmdId: 6204
message CustomDungeonRecoverNotify {
EnterCustomDungeonType enter_type = 4;
TryCustomDungeonType try_type = 12;
CustomDungeon custom_dungeon = 9;
repeated uint32 official_black_coin_list = 2;
}