Beispiel #1
0
 public World()
 {
     watch.Start();
     updateDomains = new UpdateDomain[1];
     updateDomains[0] = new UpdateDomain(watch);
     State = WorldState.Running;
 }
Beispiel #2
0
 public World()
 {
     watch.Start();
     updateDomains    = new UpdateDomain[1];
     updateDomains[0] = new UpdateDomain(watch);
     State            = WorldState.Running;
 }
Beispiel #3
0
 public World()
 {
     watch.Start();
     updateDomains = new UpdateDomain[1];
     updateDomains[0] = new UpdateDomain(this, watch);
 }
Beispiel #4
0
 public World()
 {
     watch.Start();
     updateDomains    = new UpdateDomain[1];
     updateDomains[0] = new UpdateDomain(this, watch);
 }