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:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user