Example #1
0
 public void removePlaceableObject(PlaceableObject placeableObject)
 {
     placeableObjects.Remove(placeableObject);
 }
Example #2
0
 public void addPlacableObject(PlaceableObject po)
 {
     placeableObjects.Add(po);
 }