mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Adding basic functionality and testing
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using MTSC.Server;
|
||||
using System;
|
||||
|
||||
namespace MTSC_TestServer
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Server server = new Server(555);
|
||||
server.
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user