GC-Proto/proto/PlayerEnterDungeonRsp.proto

11 lines
219 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 3067
message PlayerEnterDungeonRsp {
uint32 dungeon_id = 10;
int32 retcode = 12;
uint32 point_id = 13;
}