mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-30 17:49:40 +03:00
15 lines
245 B
Protocol Buffer
15 lines
245 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 293
|
|
// Name: IGBFEJEONIE
|
|
message PersonalSceneJumpRsp {
|
|
uint32 dest_scene_id = 13;
|
|
Vector dest_pos = 4;
|
|
int32 retcode = 10;
|
|
}
|
|
|