1
0
mirror of https://github.com/Grasscutters/Grasscutter.git synced 2025-03-16 22:57:22 +08:00
Grasscutter/proto/PersonalSceneJumpReq.proto

12 lines
208 B
Protocol Buffer
Raw Normal View History

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