Files
LanMountainDesktop/airapp/LanMountainDesktop.PluginSdk/PluginWorkerEntranceAttribute.cs
2026-08-11 19:41:54 +08:00

7 lines
190 B
C#

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