syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message SceneKickPlayerNotify { uint32 kickerUid = 1; uint32 targetUid = 2; }