C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
33 stars 9 forks source link

241 - Remove citizens from tiles when a city is destroyed. #367

Closed QuintillusCFC closed 1 year ago

QuintillusCFC commented 1 year ago

Also renamed method to conform with C# standards, and move the destroy logic out to CityInteractions so it can be reused when we add voluntary (right click menu) city destruction.