]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/interfaces/class_ConstructableShipPart.php
0721b8cd1c876b6ff89f47d0089de4f1ef4f83d1
[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 ?>