mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 18:40:12 +03:00
Melon 3.5
This commit is contained in:
@@ -2,20 +2,13 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: BNEDOJNHOBO
|
||||
// CmdId: 203
|
||||
message PersonalSceneJumpRsp {
|
||||
//enum EGFJPPIMGPO {
|
||||
// option allow_alias= true;
|
||||
// NONE = 0;
|
||||
// PEPPOHPHJOJ = 204;
|
||||
// DCDNILFDFLB = 0;
|
||||
// NNBKOLMPOEA = 1;
|
||||
//}
|
||||
|
||||
uint32 destSceneId = 3;
|
||||
Vector destPos = 2;
|
||||
int32 retcode = 12;
|
||||
uint32 dest_scene_id = 10;
|
||||
Vector dest_pos = 2;
|
||||
int32 retcode = 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user