Grasscutter/proto/PlayerEnterDungeonRsp.proto

13 lines
231 B
Protocol Buffer
Raw Normal View History

2022-04-28 15:20:37 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 937
// EnetChannelId: 0
// EnetIsReliable: true
2022-04-28 15:20:37 +00:00
message PlayerEnterDungeonRsp {
int32 retcode = 2;
uint32 point_id = 1;
uint32 dungeon_id = 13;
2022-04-28 15:20:37 +00:00
}