Class HouseValueGameValue<T>
Inheritance
System.Object
HouseValueGameValue<T>
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public abstract class HouseValueGameValue<T> : GameValue<T>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Type Parameters
Constructors
HouseValueGameValue()
Declaration
protected HouseValueGameValue()
Properties
HouseValue
Declaration
public HouseValue HouseValue { get; set; }
Property Value
HouseValueDescription
Declaration
protected string HouseValueDescription { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetHouseValue(Deed, IContextObject)
Declaration
protected float GetHouseValue(Deed deed, IContextObject action)
Parameters
Returns
Type |
Description |
System.Single |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods