Interface IHasLinkedAuras
Represents an object that maintains references to other auras and can evaluate their states.
Namespace: EyeAuras.Shared
Assembly: EyeAuras.Shared.dll
Syntax
public interface IHasLinkedAuras
Remarks
This interface enables objects to track and respond to the states of related auras, facilitating complex interactions and dependencies between different aura components.
Properties
| Name | Description |
|---|---|
| LinkedAuras | Gets the evaluator that manages and monitors the states of linked auras. |