Add basic structure for skinning catch explosions

This commit is contained in:
Bartłomiej Dach
2021-07-25 16:50:52 +02:00
parent ce7ff04512
commit a1f50e39aa
5 changed files with 168 additions and 105 deletions

View File

@ -9,6 +9,7 @@ namespace osu.Game.Rulesets.Catch
Banana,
Droplet,
Catcher,
CatchComboCounter
CatchComboCounter,
HitExplosion
}
}