mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
Added login plugin
This commit is contained in:
@ -31,6 +31,7 @@ namespace SharedLibraryCore
|
||||
//FROM PLAYER
|
||||
Report,
|
||||
Flag,
|
||||
Command,
|
||||
|
||||
// FROM GAME
|
||||
Script,
|
||||
@ -57,5 +58,6 @@ namespace SharedLibraryCore
|
||||
public Player Target;
|
||||
public Server Owner;
|
||||
public Boolean Remote = false;
|
||||
public object Extra { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user