Пример #1
0
        static void Main(string[] args)
        {
            //Console.WriteLine("Pause Profiling");
            //Console.ReadLine();

            MudInstance instance = new MudInstance();

            LoadServerSettings();

            instance.StartMud();

            //Console.WriteLine("Restart Profiling");
            //Console.ReadLine();

            ConnectionHandler connectionHandler = new ConnectionHandler(new JsonMudMessage());
        }
Пример #2
0
 public void Setup()
 {
     GlobalReference.GlobalValues = new GlobalValues();
     mud = new MudInstance();
 }
Пример #3
0
 public void Setup()
 {
     mud = new MudInstance();
 }