Class SubscriptionToken<T>
Disposable token representing an event subscription. Dispose to unsubscribe from the event.
public sealed class SubscriptionToken<T> where T : struct, IGameEvent
Type Parameters
T
- Inheritance
-
objectSubscriptionToken<T>
Methods
Dispose()
public void Dispose()