public void Refresh() { var gameSession = GetGameSession(); if (gameSession == null) { return; } UpdateShip(); ILogin.SendLegacy(gameSession); Updaters.Update(); Cooldowns.SendAll(); }