want to cancel a listenable await

If you assign the subscription to a variable you can call cancel using that variable.

DamageSubscribe := Fort.DamagedEvent().Subscribe(OnPlayerDamaged)

DamageSubscribe.Cancel()