refactor: made all input readers sequential
This commit is contained in:
parent
5c721a3329
commit
2cae1eced7
18 changed files with 53 additions and 66 deletions
|
@ -2,7 +2,7 @@
|
|||
using System.Linq;
|
||||
|
||||
namespace Domain.Input {
|
||||
public class OObertaReader : SequentialInputReader {
|
||||
public class OObertaReader : InputReader {
|
||||
public OObertaReader(KeyHistory history) : base(history, new List<int>{ 0xBA, 0x4F }, 0x10, false) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue