GC-Proto/proto/DungeonSlipRevivePointActiv...

10 lines
216 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-09 01:07:14 +03:00
// 4.7.0
// CmdId: 24625
// Obf: CGPKIMAAFKD
2022-11-06 15:30:21 +03:00
message DungeonSlipRevivePointActivateRsp {
2024-07-09 01:07:14 +03:00
uint32 slip_revive_point_id = 15;
int32 retcode = 4;
2022-11-06 15:30:21 +03:00
}