SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.78k stars 1.12k forks source link

Make component classes `final` #1687

Closed heinezen closed 2 months ago

heinezen commented 2 months ago

Small optimization that labels game simulation components as final, so they can't be overriden.