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

16 lines
359 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "EnterCustomDungeonType.proto";
import "TryCustomDungeonType.proto";
// CmdId: 6213
// Name: FEDBCANJJGD
message CustomDungeonOfficialNotify {
TryCustomDungeonType try_type = 2;
EnterCustomDungeonType enter_type = 9;
repeated uint32 official_black_coin_list = 12;
}