Validate auth ticket event exposed to other parts of Torch and plugins

This commit is contained in:
Westin Miller
2017-11-11 01:35:00 -08:00
parent fe5dfa0ea7
commit 1b0dcc9808
7 changed files with 232 additions and 65 deletions

View File

@@ -1,11 +1,12 @@
using System.Runtime.CompilerServices;
using Torch.API.Managers;
namespace Torch.API.Event
{
/// <summary>
/// Manager class responsible for registration of event handlers.
/// </summary>
public interface IEventManager
public interface IEventManager : IManager
{
/// <summary>
/// Registers all event handler methods contained in the given instance