Needed to keep DefaultSaveLoadHandler happy.
| 155 | public: |
| 156 | static inline const SaveLoad description[] = {{}}; // Needed to keep DefaultSaveLoadHandler happy. |
| 157 | SaveLoadTable GetDescription() const override { return GetLinkGraphDesc(); } |
| 158 | static inline const SaveLoadCompatTable compat_description = _linkgraph_sl_compat; |
| 159 | |
| 160 | void Save(LinkGraphJob *lgj) const override |
no test coverage detected