summaryrefslogtreecommitdiff
path: root/server/core/CoreInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'server/core/CoreInterface.php')
-rw-r--r--server/core/CoreInterface.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php
new file mode 100644
index 0000000..ed0d959
--- /dev/null
+++ b/server/core/CoreInterface.php
@@ -0,0 +1,7 @@
+<?php
+
+interface Core{
+
+ public function action($action);
+
+} \ No newline at end of file