diff options
Diffstat (limited to 'server/core/CoreInterface.php')
| -rwxr-xr-x | server/core/CoreInterface.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/core/CoreInterface.php b/server/core/CoreInterface.php new file mode 100755 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 |
