mirror of
https://github.com/ppy/osu.git
synced 2025-03-12 09:47:18 +08:00
All other similar UI components have required dependencies, so this is mainly to bring things in line with expectations. I am using this fact in the skin editor to only show components which can be used in the current editor context (by `try-catch`ing their `Activator.CreateInstance`).