GG EZ, ima go piss
This commit is contained in:
8
TermEngine/ICOmmand.cs
Normal file
8
TermEngine/ICOmmand.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
public interface ICommand
|
||||
{
|
||||
|
||||
string Name { get; }
|
||||
string Description { get; }
|
||||
void Execute(string[] args);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user