|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DungeonEnterPosInfo.proto";
|
|
|
|
// 4.7.0
|
|
// CmdId: 21509
|
|
// AFNMCKAGOLH
|
|
message PlayerEnterDungeonReq {
|
|
uint32 dungeon_id = 2;
|
|
uint32 point_id = 11;
|
|
DungeonEnterPosInfo enter_pos_info = 9;
|
|
} |