mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
Seperated the application back into a seperate project
webfront is just a library now
This commit is contained in:
11
SharedLibraryCore/Interfaces/IEventApi.cs
Normal file
11
SharedLibraryCore/Interfaces/IEventApi.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using SharedLibraryCore.Dtos;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SharedLibraryCore.Interfaces
|
||||
{
|
||||
public interface IEventApi
|
||||
{
|
||||
void OnServerEvent(object sender, Event E);
|
||||
Queue<EventInfo> GetEvents();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user