Rename FramedAutoGenerator<T> -> AutoGenerator<T>

This commit is contained in:
ekrctb
2021-05-07 00:31:12 +09:00
parent 95c74c906a
commit 207f7f1e56
9 changed files with 43 additions and 51 deletions

View File

@ -11,7 +11,7 @@ using osu.Game.Rulesets.Objects;
namespace osu.Game.Rulesets.Taiko.Replays
{
public class TaikoAutoGenerator : FramedAutoGenerator<TaikoReplayFrame>
public class TaikoAutoGenerator : AutoGenerator<TaikoReplayFrame>
{
public new TaikoBeatmap Beatmap => (TaikoBeatmap)base.Beatmap;