This commit is contained in:
TheXamlGuy
2024-07-01 18:13:36 +01:00
parent bc33548842
commit 7788259055
13 changed files with 82 additions and 51 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
public interface IActivated
{
Task Activated();
Task OnActivated();
}