csharp
public sealed class GameplayEventSubscriptionOne subscription, and the handle that cancels it.
Fields and properties (3)
public GameplayEventBus BusWhich bus it is on.
public GameplayEventFilter FilterWhat it wanted.
public bool IsActiveWhether it is still listening.
Methods (1)
public bool Cancel()Stops listening.
Used by (4)
- CollectionRecordVixen.Gameplay.Collections
- EventBusTestsVixen.Gameplay.Quests.Tests
- GameplayEventBusVixen.Gameplay
- ObjectiveTrackerVixen.Gameplay.Quests