summaryrefslogtreecommitdiff
path: root/code/common/Command.cs
diff options
context:
space:
mode:
Diffstat (limited to 'code/common/Command.cs')
-rw-r--r--code/common/Command.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/code/common/Command.cs b/code/common/Command.cs
new file mode 100644
index 0000000..31075ec
--- /dev/null
+++ b/code/common/Command.cs
@@ -0,0 +1,7 @@
+namespace common
+{
+ public interface Command
+ {
+ void run();
+ }
+} \ No newline at end of file