mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove unused flash_duration
const
This commit is contained in:
@ -25,8 +25,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
|||||||
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModRelax), typeof(TaikoModCinema) };
|
public override Type[] IncompatibleMods => new[] { typeof(ModAutoplay), typeof(ModRelax), typeof(TaikoModCinema) };
|
||||||
public override ModType Type => ModType.Conversion;
|
public override ModType Type => ModType.Conversion;
|
||||||
|
|
||||||
private const double flash_duration = 1000;
|
|
||||||
|
|
||||||
private DrawableTaikoRuleset ruleset = null!;
|
private DrawableTaikoRuleset ruleset = null!;
|
||||||
|
|
||||||
private TaikoPlayfield playfield { get; set; } = null!;
|
private TaikoPlayfield playfield { get; set; } = null!;
|
||||||
|
Reference in New Issue
Block a user