Пример #1
0
 /// <summary>
 /// Initializes this instance.
 /// Should be called on startup of the application will reset the server if called twice
 /// </summary>
 /// <param name="serverId">Server identifier.</param>
 public static void Init(EntityId serverId)
 {
     ServerInstance.Id = serverId;
     CoflnetSocket.socketServer.Start();
     ServerInstance.SetCommandsLive();
     Coflnet.ServerController.Instance = Coflnet.Server.ServerController.ServerInstance;
 }