mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 07:29:02 -08:00
Use common library in SuperStarTrek
This commit is contained in:
@@ -12,4 +12,6 @@ public sealed class ConsoleIO : TextIO
|
||||
: base(Console.In, Console.Out)
|
||||
{
|
||||
}
|
||||
|
||||
public override char ReadCharacter() => Console.ReadKey(intercept: true).KeyChar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user