Separate "gained bonus" to a read-only bindable

This commit is contained in:
Salman Ahmed
2021-03-02 21:43:32 +03:00
parent 1841a4d1c9
commit c441e993ff
3 changed files with 11 additions and 56 deletions

View File

@ -18,6 +18,7 @@ namespace osu.Game.Rulesets.Osu
SliderFollowCircle,
SliderBall,
SliderBody,
SpinnerBody
SpinnerBody,
SpinnerBonusCounter,
}
}