12 lines
271 B
Protocol Buffer
12 lines
271 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
import "CrystalLinkTeamInfo.proto";
|
||
|
|
||
|
// 4.6.0
|
||
|
// CmdId: 29969
|
||
|
message CrystalLinkEnterDungeonReq {
|
||
|
uint32 level_id = 7;
|
||
|
repeated CrystalLinkTeamInfo team_info_list = 9;
|
||
|
uint32 difficulty_id = 12;
|
||
|
}
|