zansimple преди 8 месеца
родител
ревизия
8a2270bfb6
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      SimulationServer/Init.cs

+ 3 - 3
SimulationServer/Init.cs

@@ -28,9 +28,9 @@ public static class Init
             //Game.Scene.AddComponent<MessageDispatcherComponent>();
             
             //TCP
-            // Game.Scene.AddComponent<OpcodeTypeComponent>();
-            // Game.Scene.AddComponent<MessageDispatcherComponent>();
-            // Game.Scene.AddComponent<ServerComponent, string>(File.ReadAllText("Config/ipconfig.txt"));
+             Game.Scene.AddComponent<OpcodeTypeComponent>();
+             Game.Scene.AddComponent<MessageDispatcherComponent>();
+             Game.Scene.AddComponent<ServerComponent, string>(File.ReadAllText("Config/ipconfig.txt"));
             
             Game.Scene.AddComponent<SessionComponent>();