This reverts commit 34c671f712.
34c671f712
Add the ability to create multiplayer games using only the keyboard
Add ability to choose Team Versus match type and view / switch teams
MatchSettingsOverlay
Fix new possible nullref inspection due to delegate initialisation in constructor
Update existing test to make use of `ManualInputManager.Keys`
Drawable.Click()
Add required multiplayer models (and associated flows) for match "types"
Fix "muted" mod metronome not playing when expected
Change markdown container font to use inter font
TestMultiplayerClient
Definitely not the final UX, but it's what people are used to and easy to implement, so it'll do for now.
Not sure this is the best place to do so... I can foresee this class getting much larger than we want it to.
type
Rename `GameType` to `MatchType` and make `enum` instead of `class`
ManualInputManager.Keys
Fix spectator test failures
Update enum mapper usages with `LocalisableDescription`
LocalisableEnum