Classes to server

This commit is contained in:
fabjuuuh
2020-09-23 11:00:45 +02:00
parent 1041aa0391
commit dcae307754
2 changed files with 20 additions and 0 deletions

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
{
}
}