mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 15:17:18 +08:00
`IHasComboColours` was already mutable (via a strange `AddComboColours()` method) and exposing a straight list is easier to work with. `IHasCustomColours` is also similarly externally mutable (in a way which is not easily removable).