]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/class_BaseStructure.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / structures / class_BaseStructure.php
index 3e8d3f0cc32874a57838fd9a89d376af4bdc8229..83c1d63ba916037074d4e36b5c7cc3095d10d0af 100644 (file)
@@ -6,7 +6,7 @@ class BaseStructure extends BaseSimulator {
 
        // Konstruktor (hier keine Exceptions aendern!)
        private function __construct ($class) {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor($class);
 
                // Debug message
@@ -17,7 +17,7 @@ class BaseStructure extends BaseSimulator {
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Schiffsstrukturen");
 
                // Etwas aufraeumen