mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-10-15 02:24:53 +02:00
Initial Commit
This commit is contained in:
10
Server/Commands/ICommand.cs
Normal file
10
Server/Commands/ICommand.cs
Normal file
@@ -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