Interface IModifiableData
This interface has to be implemented by the IEntityData class associated to the IEntity class that implements IModifiable. See IModifiable See IModifier See IModifierDataCollection
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IModifiableData
Properties
ModifiableId
Returns the id of the static data it is usually the object's Id.
Declaration
string ModifiableId { get; }
Property Value
Type | Description |
---|---|
String |