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

more plugin tweaks, added console interface!

This commit is contained in:
RaidMax
2015-08-22 01:04:30 -05:00
parent 7ca0b654ac
commit d42a329097
24 changed files with 235 additions and 166 deletions

View File

@ -8,10 +8,10 @@ namespace SharedLibrary
public abstract class Plugin
{
public abstract void onLoad();
}
public abstract class Notify : Plugin
{
public abstract void onEvent(Event E);
//for logging purposes
public abstract string Name { get; }
public abstract float Version { get; }
}
}