mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
add ServerCommandRequestExecuteEvent implementation
This commit is contained in:
@ -163,6 +163,8 @@ namespace SharedLibraryCore
|
||||
public int Port { get; protected set; }
|
||||
public int ListenPort => Port;
|
||||
public abstract Task Kick(string reason, EFClient target, EFClient origin, EFPenalty originalPenalty);
|
||||
public abstract Task<string[]> ExecuteCommandAsync(string command, CancellationToken token = default);
|
||||
public abstract Task SetDvarAsync(string name, object value, CancellationToken token = default);
|
||||
|
||||
/// <summary>
|
||||
/// Returns list of all current players
|
||||
|
Reference in New Issue
Block a user