Skip to content

Commit cd5ab5a

Browse files
committed
Update Program.cs
1 parent 7e99220 commit cd5ab5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RA3.Tools.Test/Program.cs

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
Console.WriteLine(i);
77
}
88
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

Comments
 (0)