7 lines
No EOL
197 B
C#
7 lines
No EOL
197 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Domain.Input {
|
|
public class CedillaReader : InputReader {
|
|
public CedillaReader(KeyHistory history) : base(history, new List<int>{ 0xBF }) { }
|
|
}
|
|
} |