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

moved stats to a plugin!

This commit is contained in:
RaidMax
2015-08-20 16:54:38 -05:00
parent ec7bed8e11
commit f4016f6691
18 changed files with 212 additions and 204 deletions

View File

@ -130,5 +130,6 @@ namespace SharedLibrary
public abstract class EventNotify
{
public abstract void onEvent(Event E);
public abstract void onLoad();
}
}