Exemplo n.º 1
0
 public void UpdateAdjacentBlocks()
 {
     North.Update();
     South.Update();
     West.Update();
     East.Update();
 }