mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 12:04:17 -08:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace hurkle
|
|
{
|
|
internal class FailedGuessViewModel
|
|
{
|
|
public CardinalDirection Direction { get; init; }
|
|
}
|
|
}
|