Grasscutter/proto/PersonalSceneJumpReq.proto

12 lines
208 B
Protocol Buffer
Raw Normal View History

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