Files
LanMountainDesktop/LanMountainDesktop.PluginSdk/PluginWorkerEntranceAttribute.cs

7 lines
190 B
C#
Raw Permalink Normal View History

namespace LanMountainDesktop.PluginSdk;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class PluginWorkerEntranceAttribute : Attribute
{
}