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

15 lines
276 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: PDGBFAGJCPG
message CustomDungeonSettingMuipData {
bool is_arrive_finish = 1;
uint32 coin_limit = 2;
uint32 time_limit = 3;
bool is_forbid_skill = 4;
uint32 life_num = 5;
}