Skip to content

Commit

Permalink
Feat | Loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
kitUIN committed Dec 25, 2024
1 parent 106111a commit 9bfe5e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ShadowPluginLoader.WinUI/Interfaces/IPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ internal interface IPlugin
/// </remarks>
/// </summary>
bool IsEnabled { get; set; }

/// <summary>
/// Plugin Loaded (Before Plugin Loaded Event) (After Plugin Enable Event)
/// </summary>
void Loaded();
}

0 comments on commit 9bfe5e9

Please sign in to comment.