add config file

This commit is contained in:
bird_egop
2026-06-07 00:41:16 +03:00
parent 4e45bd236c
commit 8bed73fb5a
10 changed files with 169 additions and 35 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace NResUI.Abstractions;
public interface ILaunchReceiver
{
void OnLaunch();
}