Files
parkan-playground/NResUI/Abstractions/ILaunchReceiver.cs
T
2026-06-07 00:41:16 +03:00

7 lines
93 B
C#

namespace NResUI.Abstractions;
public interface ILaunchReceiver
{
void OnLaunch();
}