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

15 lines
285 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EFPEOHBIMPK
// CmdId: 8287
message ChannellerSlabEnterLoopDungeonReq {
uint32 difficulty_id = 9;
uint32 point_id = 3;
repeated uint32 condition_id_list = 10;
uint32 dungeon_index = 4;
}