Class DeedGameValue<T>
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Civics.GameValues.PropertyValues
Assembly: Eco.Gameplay.dll
Syntax
public abstract class DeedGameValue<T> : GameValue<T>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IValidity, IDescribable
Type Parameters
Name | Description |
---|---|
T |
Constructors
DeedGameValue()
Declaration
protected DeedGameValue()
Properties
Deed
Declaration
public GameValue<Deed> Deed { get; set; }
Property Value
Type | Description |
---|---|
GameValue<Deed> |
Implements
System.ComponentModel.INotifyPropertyChanged