diff --git a/source/Cosmos.System2_Plugs/System/ConsoleImpl.cs b/source/Cosmos.System2_Plugs/System/ConsoleImpl.cs index 8ee1c2b47..a5b8ba6c4 100644 --- a/source/Cosmos.System2_Plugs/System/ConsoleImpl.cs +++ b/source/Cosmos.System2_Plugs/System/ConsoleImpl.cs @@ -393,6 +393,11 @@ namespace Cosmos.System_Plugs.System } } + public static ConsoleKeyInfo ReadKey() + { + return ReadKey(false); + } + // ReadKey() pure CIL public static ConsoleKeyInfo ReadKey(bool intercept)