mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 13:28:08 +00:00
c475cc2265
The debug serializer currently outputs data even for components where `Serialize = null`. This leads to useless data being output, especially in OOS debug states which makes diffing more annoying. Noted in #7634