merge Develop into master #9

Merged
SemvdH merged 66 commits from develop into master 2020-09-25 14:51:29 +00:00
2 changed files with 20 additions and 0 deletions
Showing only changes of commit dcae307754 - Show all commits

10
Server/Client.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Server
{
class Client
{
}
}

10
Server/Comms.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Server
{
class Comms
{
}
}