Fix verb sub (#30667)
* Fix verb sub Mapping casualty, verbs are weird. * also this
This commit is contained in:
@@ -47,6 +47,7 @@ namespace Content.Client.Verbs.UI
|
||||
{
|
||||
_context.OnContextKeyEvent += OnKeyBindDown;
|
||||
_context.OnContextClosed += Close;
|
||||
_verbSystem.OnVerbsResponse += HandleVerbsResponse;
|
||||
}
|
||||
|
||||
public void OnStateExited(GameplayState state)
|
||||
|
||||
Reference in New Issue
Block a user