Finished compile time plugin loading. Refactored plugin loading. Extended build helper script
This commit is contained in:
7
Moonlight.Client/Plugins/PluginStartupAttribute.cs
Normal file
7
Moonlight.Client/Plugins/PluginStartupAttribute.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Moonlight.Client.Plugins;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class PluginStartupAttribute : Attribute
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user