Esempio n. 1
0
 public UrhoScheduler()
 {
     _impl = new SchedulerImpl();
     Step();
 }
 public UrhoManualScheduler()
 {
     _impl = new SchedulerImpl();
 }