mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2026-05-23 14:56:51 +02:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Net.Sockets;
|
||||
using DX86;
|
||||
|
||||
namespace Server.Commands;
|
||||
|
||||
public interface ICommand
|
||||
{
|
||||
string Executor { get; }
|
||||
public void Exec(string[] args, TcpClient? client = null, TcpServer? clientSocket = null);
|
||||
}
|
||||
Reference in New Issue
Block a user