Files
parkan-playground/NResUI/Abstractions/ILaunchReceiver.cs
T

7 lines
93 B
C#
Raw Normal View History

2026-06-07 00:41:16 +03:00
namespace NResUI.Abstractions;
public interface ILaunchReceiver
{
void OnLaunch();
}