Example #1
0
 public void buildAllGameObjects()
 {
     if (model != null)
     {
         model.buildAll();
     }
 }