GC-Proto/proto/GetSceneAreaReq.proto

13 lines
189 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 286
// Name: CLAIAONNJPO
message GetSceneAreaReq {
uint32 belong_uid = 1;
uint32 scene_id = 9;
}