Interface IHookListener
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IHookListenerMethods
ReceiveHookAsync(IGameContext)
Declaration
Task ReceiveHookAsync(IGameContext game)Parameters
| Type | Name | Description | 
|---|---|---|
| IGameContext | game | 
Returns
| Type | Description | 
|---|---|
| Task |