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

13 lines
203 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EDHEGJAFOFG
// CmdId: 6218
message StoreCustomDungeonReq {
bool is_cancel_store = 7;
uint64 dungeon_guid = 5;
}