예제 #1
0
 public override void Start()
 {
     //base.Start(); // Need to figure out if InstantiateRoom will cause any issues for the time being
     base.Start();
     ServerFinder_Hololens.ServerStartAsync();
     SocketServer_Hololens.StartAsync();
 }
예제 #2
0
 // Insert overrides here
 public override void Start()
 {
     base.Start();
     ServerFinder_Hololens.FindServerAsync();
     SocketServer_Hololens.StartAsync();
 }