vault unlocking WIP

This commit is contained in:
TheXamlGuy
2024-05-03 19:33:32 +01:00
parent 7582f63a68
commit abcff30da6
9 changed files with 92 additions and 43 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IDispatcher
{
Task InvokeAsync(Action action);
Task Invoke(Action action);
}