GC-Proto/proto/PlayerEnterDungeonRsp.proto

13 lines
231 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-22 20:23:37 +03:00
// CmdId: 937
// EnetChannelId: 0
// EnetIsReliable: true
2022-11-06 15:30:21 +03:00
message PlayerEnterDungeonRsp {
2023-08-22 20:23:37 +03:00
int32 retcode = 2;
uint32 point_id = 1;
uint32 dungeon_id = 13;
2022-11-06 15:30:21 +03:00
}