GC-Proto/proto/CustomDungeonOfficialNotify...

16 lines
360 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "EnterCustomDungeonType.proto";
2023-02-28 04:12:44 +03:00
import "TryCustomDungeonType.proto";
2023-02-18 04:48:44 +03:00
2023-02-28 04:12:44 +03:00
// Name: CAJOCNPLLEH
// CmdId: 6250
2023-02-18 04:48:44 +03:00
message CustomDungeonOfficialNotify {
2023-02-28 04:12:44 +03:00
repeated uint32 official_black_coin_list = 1;
TryCustomDungeonType try_type = 13;
EnterCustomDungeonType enter_type = 10;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00