We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e99220 commit cd5ab5aCopy full SHA for cd5ab5a
RA3.Tools.Test/Program.cs
@@ -6,3 +6,7 @@
6
Console.WriteLine(i);
7
}
8
Console.WriteLine(ra3.GetCurrentProfile());
9
+
10
+Console.WriteLine("RA3 Path: " + RA3.Tools.Registry.GetRA3Path());
11
+Console.WriteLine("Registry Status: " + RA3.Tools.Registry.Status);
12
+Console.ReadKey();
0 commit comments