1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 15:27:20 +08:00
Bartłomiej Dach 86a7f4dfd0
Do not serialise SkinLayoutInfo.AllDrawables
- It is entirely derived from `SkinLayoutInfo.DrawableInfo`, which is
  the actual primary thing we want to serialise.
- It will never get read out from any serialised files anyway (corollary
  of the previous point - it is a get-only property derived from another).
- It is only used in tests.

All of the three reasons above make serialising the property out to skin
files nothing more than a waste of space.
2023-02-20 20:37:48 +01:00
..
2022-12-20 21:18:51 +09:00
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00
2022-12-20 21:18:51 +09:00
2022-11-27 00:00:27 +09:00
2022-11-27 00:00:27 +09:00