예제 #1
0
 public void UpdateAdjacentBlocks()
 {
     North.Update();
     South.Update();
     West.Update();
     East.Update();
 }