Interface ITaggable
- Namespace
- ElectricDrill.AstraRpgFramework.Tags
- Assembly
- com.electricdrill.astra-rpg-framework.Runtime.dll
Marks a type as having an associated set of GameTagSOs.
public interface ITaggable
Properties
Tags
The tags associated with this object.
GameTagSet Tags { get; }