GC-Proto/proto/PersonalSceneJumpReq.proto

12 lines
208 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 266
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message PersonalSceneJumpReq {
uint32 point_id = 2;
}