mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-16 18:19:38 -05:00
Initial .net 6 upgrades
This commit is contained in:
@ -4,16 +4,16 @@ using System.Collections.Generic;
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// interface defining the capabilities of a custom event registration
|
||||
/// interface defining the capabilities of a custom event registration
|
||||
/// </summary>
|
||||
public interface IRegisterEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// collection of custom event registrations
|
||||
/// <remarks>
|
||||
/// (Subtype, trigger value, event generator)
|
||||
/// </remarks>
|
||||
/// collection of custom event registrations
|
||||
/// <remarks>
|
||||
/// (Subtype, trigger value, event generator)
|
||||
/// </remarks>
|
||||
/// </summary>
|
||||
IEnumerable<(string, string, Func<string, IEventParserConfiguration, GameEvent, GameEvent>)> Events { get; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user