Esempio n. 1
0
 public GSINode Update()
 {
     player.Update();
     world.Update();
     return(this);
 }