Example #1
0
 protected void Start()
 {
     Application.runInBackground = true;
     Server = new RTSServer(RTSServer.PORT);
     Server.Start();
     clients = Server.clients;
     ServerStartedEvent?.Invoke();
 }
Example #2
0
 public void onObjectReady(ServerStartedEvent startEvent)
 {
     Console.WriteLine(QQLib.prefix + "QQLib started.");
 }