mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-12 19:11:22 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
9 lines
166 B
C#
9 lines
166 B
C#
namespace hurkle
|
|
{
|
|
internal class LossViewModel
|
|
{
|
|
public int MaxGuesses { get; init; }
|
|
public GamePoint HurkleLocation { get; init; }
|
|
}
|
|
}
|