Ejemplo n.º 1
0
 public virtual void CreateTasks()
 {
     //InitSchool = new InitialiseWorldTask();
     GetInputTask      = new GetPlumberInputTask();
     UpdateWorldTask   = new UpdatePlumberTask();
     RenderGLWorldTask = new RenderGLTask();
 }
Ejemplo n.º 2
0
 public virtual void CreateTasks()
 {
     //InitSchool = new InitialiseWorldTask();
     GetInputTask = new GetPlumberInputTask();
     UpdateWorldTask = new UpdatePlumberTask();
     RenderGLWorldTask = new RenderGLTask();
 }