Method Subscribe
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
Subscribe(IObserver<GameTick>)
Subscribes an observer to receive realtime game state updates.
public IDisposable Subscribe(IObserver<GameTick> observer)
Parameters
Returns
- IDisposable
An IDisposable object that can be used to unsubscribe the observer.