GC-Proto/proto/SceneTransToPointReq.proto

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: FLNKBCGIDPG
// CmdId: 256
message SceneTransToPointReq {
uint32 point_id = 2;
uint32 scene_id = 10;
}