mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-07 12:57:05 -07:00
4f4ae0b981
Move all UI interaction off of game loop variables.
7 lines
130 B
C#
7 lines
130 B
C#
namespace hurkle
|
|
{
|
|
internal class FailedGuessViewModel
|
|
{
|
|
public CardinalDirection Direction { get; init; }
|
|
}
|
|
} |