/// <summary> /// Initializes a new instance of the <see cref="HomeSpace" /> class. /// </summary> public HomeSpace() { Sprite = new HomeSprite(); this.IsTaken = false; this.TakenSprite = new PlayerHomeSprite { Visibility = Visibility.Collapsed }; }
/// <summary> /// Initializes a new instance of the <see cref="FrogHome" /> class. /// </summary> public FrogHome() { Sprite = new HomeSprite(); }