X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Finterfaces%2Fclass_ConstructableShip.php;fp=application%2Fship-simu%2Finterfaces%2Fclass_ConstructableShip.php;h=9804433b5010c90a2b4863a4a752b20df16b5896;hp=0000000000000000000000000000000000000000;hb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf;hpb=d3dc161881e77cb39100a7d9220f520a5375bb26 diff --git a/application/ship-simu/interfaces/class_ConstructableShip.php b/application/ship-simu/interfaces/class_ConstructableShip.php new file mode 100644 index 0000000..9804433 --- /dev/null +++ b/application/ship-simu/interfaces/class_ConstructableShip.php @@ -0,0 +1,12 @@ + + * @version 0.1 + */ +interface ConstructableShip extends FrameworkInterface { +} + +// [EOF] +?>