chore: update naming game -> simple server
This commit is contained in:
Executable
+17
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Game.Source;
|
||||
using Ragon.Core;
|
||||
|
||||
namespace SimpleServer
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var bootstrap = new Bootstrap();
|
||||
bootstrap.Configure(new SimplePluginFactory());
|
||||
|
||||
Console.Read();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user