Beispiel #1
0
 public static void SettleBlock()
 {
     Grid.AddBricksToGrid(blockTransform);
     Destroy(blockTransform.gameObject);
 }