Added plugin events
This commit is contained in:
9
src/HopFrame.Web/Plugins/Events/PluginEventContainer.cs
Normal file
9
src/HopFrame.Web/Plugins/Events/PluginEventContainer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace HopFrame.Web.Plugins.Events;
|
||||
|
||||
internal sealed class PluginEventContainer {
|
||||
public required MethodInfo Handler { get; init; }
|
||||
public required Type EventType { get; init; }
|
||||
public required bool IsAwaitable { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user