mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-20 00:31:18 -08:00
Remove global V
This commit is contained in:
6
71_Poker/csharp/Strategies/None.cs
Normal file
6
71_Poker/csharp/Strategies/None.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Poker.Strategies;
|
||||
|
||||
internal class None : Strategy
|
||||
{
|
||||
public override int Value => -1;
|
||||
}
|
||||
Reference in New Issue
Block a user