GC-Proto/proto/GetScenePointReq.proto

13 lines
229 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 230
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
message GetScenePointReq {
uint32 scene_id = 4;
uint32 belong_uid = 10;
}