IGameEvents.Subscribe method
Subscribe to a game event by name. The returned token unsubscribes when disposed. The handler receives the raw event payload (or null if the event has no message body).
public IDisposable Subscribe(string fullTypeName, Action<object?> handler)See Also
Section titled “See Also”- interface IGameEvents
- namespace Stellar.Abstractions.Services