mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:46:49 +00:00
b1627f5158
This commit performs code cleanup to improve code clarity and consistency: Remove redundant 'virtual' keywords from methods that are already marked with 'final' or 'override', as well as reducing redundant 'override final's to 'final'.