feat: other accents
This commit is contained in:
parent
c1a8b06f43
commit
c475204437
5 changed files with 25 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Domain.Input;
|
||||
|
||||
|
@ -21,6 +20,8 @@ namespace Domain {
|
|||
_readers.Add(new LlReader(_history));
|
||||
_readers.Add(new SsReader(_history));
|
||||
_readers.Add(new AObertaReader(_history));
|
||||
_readers.Add(new EObertaReader(_history));
|
||||
_readers.Add(new OObertaReader(_history));
|
||||
}
|
||||
|
||||
public void UpdateInput() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue