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

Almost finished moving Webfront to a plugin.

This commit is contained in:
RaidMax
2015-08-21 20:11:35 -05:00
parent f4016f6691
commit 7af9c31ea0
26 changed files with 252 additions and 939 deletions

View File

@ -29,6 +29,8 @@ namespace SharedLibrary
public enum GType
{
//FROM SERVER
Start,
Stop,
Connect,
Disconnect,
Say,
@ -126,10 +128,4 @@ namespace SharedLibrary
public Player Target;
public Server Owner;
}
public abstract class EventNotify
{
public abstract void onEvent(Event E);
public abstract void onLoad();
}
}