(no commit message)
[shipsimu.git] / application / ship-simu / interfaces / class_ConstructableShipPart.php
1 <?php
2 /**
3  * An interface for constructable ship parts
4  *
5  * @author      Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
6  * @version     0.1
7  */
8 interface ConstructableShipPart extends FrameworkInterface {
9 }
10
11 // [EOF]
12 ?>