Classes to server
This commit is contained in:
10
Server/Client.cs
Normal file
10
Server/Client.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace Server
|
||||||
|
{
|
||||||
|
class Client
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
10
Server/Comms.cs
Normal file
10
Server/Comms.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace Server
|
||||||
|
{
|
||||||
|
class Comms
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user