Update framework

This commit is contained in:
Dean Herbert
2021-03-29 22:12:49 +09:00
parent e6e29259c7
commit 36364a4492
4 changed files with 4 additions and 6 deletions

View File

@ -34,8 +34,6 @@ namespace osu.Game.Input.Handlers
public override bool IsActive => true;
public override int Priority => 0;
public class ReplayState<T> : IInput
where T : struct
{