]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/interfaces/class_ConstructableShip.php
(no commit message)
[shipsimu.git] / application / ship-simu / interfaces / class_ConstructableShip.php
diff --git a/application/ship-simu/interfaces/class_ConstructableShip.php b/application/ship-simu/interfaces/class_ConstructableShip.php
new file mode 100644 (file)
index 0000000..9804433
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+/**
+ * An interface for constructable ships
+ *
+ * @author     Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
+ * @version    0.1
+ */
+interface ConstructableShip extends FrameworkInterface {
+}
+
+// [EOF]
+?>