GC-Proto/proto/HomeKickPlayerReq.proto
2023-02-28 09:12:44 +08:00

13 lines
193 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: LJJPPMGMILK
// CmdId: 4610
message HomeKickPlayerReq {
uint32 target_uid = 6;
bool is_kick_all = 1;
}