WindowRefreshTrackerComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct WindowRefreshTrackerComponent : IModifiableComponent, IComponent
This will watch for rule changes based on the blackboard system.
Implements: IModifiableComponent, IComponent
⭐ Methods
Subscribe(Action)
public virtual void Subscribe(Action notification)
Parameters
notification
Action
Unsubscribe(Action)
public virtual void Unsubscribe(Action notification)
Parameters
notification
Action
⚡