8 lines
No EOL
246 B
C#
8 lines
No EOL
246 B
C#
using System.Collections.Generic;
|
|
using System.Linq;
|
|
|
|
namespace Domain.Input {
|
|
public class IDieresiReader : SequentialInputReader {
|
|
public IDieresiReader(KeyHistory history) : base(history, new List<int>{ 0xDE, 0x49 }, 0x10, true) { }
|
|
}
|
|
} |