Beispiel #1
0
        /// <summary>
        /// Determines whether the launcher is outdated.
        /// </summary>
        /// <returns><c>true</c> if the launcher is outdated; otherwise, <c>false</c>.</returns>
        public bool IsLauncherOutdated()
        {
            PatchProtocolHandler patchService = Configuration.GetPatchProtocol();

            return(patchService.IsModuleOutdated(EModule.Launcher));
        }
Beispiel #2
0
        /// <summary>
        /// Determines whether the game is outdated.
        /// </summary>
        /// <returns><c>true</c> if the game is outdated; otherwise, <c>false</c>.</returns>
        public bool IsGameOutdated()
        {
            PatchProtocolHandler patchService = this.Configuration.GetPatchProtocol();

            return(patchService.IsModuleOutdated(EModule.Game));
        }