1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-07 01:26:08 +03:00
GC-Proto/proto/SceneTransToPointRsp.proto
2024-07-03 02:31:20 +08:00

10 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 4798
message SceneTransToPointRsp {
uint32 scene_id = 7;
uint32 point_id = 10;
int32 retcode = 12;
}