mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-30 10:06:35 -07:00
d26dbf036a
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
8 lines
165 B
C#
8 lines
165 B
C#
namespace hurkle
|
|
{
|
|
internal class LossViewModel
|
|
{
|
|
public int MaxGuesses { get; init; }
|
|
public GamePoint HurkleLocation { get; init; }
|
|
}
|
|
} |