mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-13 21:22:58 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,15 +15,12 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
// CmdId: 289
|
||||
// Obf: PLGLDALKIJC
|
||||
// CmdId: 26151
|
||||
// Obf: FENDEOICMKE
|
||||
message PersonalSceneJumpRsp {
|
||||
Vector dest_pos = 8;
|
||||
uint32 dest_scene_id = 5;
|
||||
int32 retcode = 14;
|
||||
uint32 dest_scene_id = 6;
|
||||
Vector dest_pos = 14;
|
||||
int32 retcode = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user