conflicts 5: The return

This commit is contained in:
Sem van der Hoeven
2020-09-18 16:42:02 +02:00
3 changed files with 691 additions and 3 deletions

View File

@@ -17,11 +17,11 @@ namespace RH_Engine
{
private static PC[] PCs = {
//new PC("DESKTOP-M2CIH87", "Fabian"),
//new PC("T470S", "Shinichi"),
new PC("DESKTOP-DHS478C", "semme")
new PC("T470S", "Shinichi"),
//new PC("DESKTOP-DHS478C", "semme")
//new PC("DESKTOP-TV73FKO", "Wouter"),
//new PC("DESKTOP-SINMKT1", "Ralf"),
//new PC("NA", "Bart")
//new PC("NA", "Bart")
};
private static void Main(string[] args)
{