]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/class_BaseUpperStructure.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / structures / extended / class_BaseUpperStructure.php
index 06bdf308ce6d55c09e3e3aed1bd28ba8b1f07b02..e4488cdd689f700e12dd87d1865aa20b6393209c 100644 (file)
@@ -5,7 +5,7 @@ class BaseUpperStructure extends BaseStructure {
         * Constructor for all super structures on a ship
         */
        private function __construct ($class) {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor($class);
 
                // Debug message
@@ -16,7 +16,7 @@ class BaseUpperStructure extends BaseStructure {
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Aufbauten");
 
                // Shall we clean up?