Interface ITaggedEntityData
An interface that specifies that the IEntityData must contain a list of TagIds referring to certain ITagDatas.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface ITaggedEntityData : IEntityData, IData
Properties
TagIds
A list of ITagDatas associated with this IEntityData
Declaration
string[] TagIds { get; }
Property Value
Type | Description |
---|---|
String[] |