示例#1
0
        public void Refresh()
        {
            var gameSession = GetGameSession();

            if (gameSession == null)
            {
                return;
            }
            UpdateShip();
            ILogin.SendLegacy(gameSession);
            Updaters.Update();
            Cooldowns.SendAll();
        }