Interface IOwnableHandle
A reference to an object which can be owned by a deed. The deed must be able to serialize this without duplicating the object.
Namespace: Eco.Gameplay.Property
Assembly: Eco.Gameplay.dll
Syntax
public interface IOwnableHandle
Properties
OwnedObject
Declaration
IDeedOwned OwnedObject { get; }
Property Value
Type | Description |
---|---|
IDeedOwned |