feat: most sequential characters working
This commit is contained in:
parent
77ee7a844e
commit
61c18429a2
20 changed files with 140 additions and 55 deletions
8
Assets/Scripts/Domain/Input/LlReader.cs
Normal file
8
Assets/Scripts/Domain/Input/LlReader.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Domain.Input {
|
||||
public class LlReader : SequentialInputReader {
|
||||
public LlReader(KeyHistory history) : base(history, new List<int>{ 0x4C, 0x4C }) { }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue