withSIX.Play.Core.Games.Legacy.LocalMachineInfo.SetTs3Paths C# (CSharp) Method

SetTs3Paths() private method

private SetTs3Paths ( ) : void
return void
        void SetTs3Paths() {
            TS3_32_Path = GetUserOrLmPath(ts3Registry).ToAbsoluteDirectoryPathNullSafe();
            TS3_64_Path =
                GetUserOrLmPath(ts3Registry, String.Empty, RegistryView.Registry64).ToAbsoluteDirectoryPathNullSafe();
        }