Example #1
0
 /** Called every tick, updates all objects on local gameboard */
 public void Update() {
   gb.Update();
 }