sgolodetz / game1666

A fledgling city-building game (in C#) based in the Stuart period around the Great Fire of London (in 1666).
2 stars 2 forks source link

Introduce a PlaceableEntity class to make it easier to add new types of placeable entity #47

Closed sgolodetz closed 12 years ago

sgolodetz commented 12 years ago

Placeable entities such as Building and City share a lot of common properties. These should be factored into a superclass called PlaceableEntity to make it easier to add new types of placeable entity.

sgolodetz commented 12 years ago

Implemented as of commit fc274e23cadb5097b9d9108778ebc182f9e4c533