1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 18:07:19 +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-11-27 00:00:27 +09:00
2022-12-29 22:35:13 +08:00
2022-11-27 00:00:27 +09:00
2022-06-17 16:37:17 +09:00
2022-09-18 17:55:06 -07:00
2023-01-18 16:25:11 +03:00
2022-11-27 00:00:27 +09:00
2022-04-28 19:26:28 +09:00
2022-11-27 00:00:27 +09:00