Skip to content

Commit

Permalink
feat: Unload
Browse files Browse the repository at this point in the history
  • Loading branch information
LazuliKao committed Jul 22, 2023
1 parent cbcdff7 commit f49282f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EntryPointAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ public sealed class EntryPointAttribute<T> : EntryPointAttributeBase
public interface IPlugin
{
void Initialize();
bool Unload();
}

0 comments on commit f49282f

Please sign in to comment.