GC-Proto/proto/CustomDungeonRecoverNotify.proto
2023-02-18 09:48:44 +08:00

25 lines
512 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TryCustomDungeonType.proto";
import "EnterCustomDungeonType.proto";
import "CustomDungeon.proto";
message CustomDungeonRecoverNotify {
//enum IFJDMKLPIDE {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 6233;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
TryCustomDungeonType tryType = 5;
EnterCustomDungeonType enterType = 10;
repeated uint32 officialBlackCoinList = 14;
CustomDungeon customDungeon = 3;
}