public static class MultiplayerExtensions { public static Player GetRemoteSenderPlayer(this MultiplayerApi self) => Game.Players.ByPeerId(self.GetRemoteSenderId()); }