1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-17 18:48:02 -05:00

Plugins loaded dynamically, some more bug fixes

This commit is contained in:
RaidMax
2015-08-22 11:41:14 -05:00
parent d42a329097
commit 38c8f81051
12 changed files with 69 additions and 19 deletions

View File

@ -8,6 +8,7 @@ namespace SharedLibrary
public abstract class Plugin
{
public abstract void onLoad();
public abstract void onUnload();
public abstract void onEvent(Event E);
//for logging purposes