Remove unnecessary UpdateState overrides

This commit is contained in:
iiSaLMaN
2019-08-27 05:04:34 +03:00
parent 843da26dba
commit cd68d030bd
4 changed files with 0 additions and 16 deletions

View File

@ -18,9 +18,5 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
MainObject = mainObject;
}
protected override void UpdateState(ArmedState state)
{
}
}
}