GC-Proto/proto/SceneKickPlayerReq.proto

8 lines
155 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-08-21 04:48:06 +03:00
// CmdId: 182 ???
// Obf: ???
2022-11-06 15:30:21 +03:00
message SceneKickPlayerReq {
2024-08-21 04:48:06 +03:00
uint32 target_uid = 3;
2022-11-06 15:30:21 +03:00
}