Class PropertyData
Inheritance
System.Object
PropertyData
Assembly: Eco.Gameplay.dll
Syntax
public class PropertyData : Object, IStorage, ISerializable
Constructors
PropertyData()
Declaration
Fields
DeedRegistrar
Declaration
public Registrar<Deed> DeedRegistrar
Field Value
Properties
LastUpdatedTime
Declaration
public double LastUpdatedTime { get; }
Property Value
Type |
Description |
System.Double |
|
PlotPosToProperty
Declaration
public ThreadSafeDictionary<PlotPos, PropertyPlot> PlotPosToProperty { get; }
Property Value
StorageHandle
Declaration
public IPersistent StorageHandle { get; set; }
Property Value
Methods
Initialize()
Declaration
MarkDirty()
Declaration
Events
OnDirty
Declaration
public static event Action OnDirty
Event Type
Type |
Description |
System.Action |
|
Implements
Extension Methods