]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/parts/maschineroom/class_MaschineRoom.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index 0e3f472f033054a5e421eb58c81cb4fc2412a3b5..478ace61d92c16ffabdfb168df2bfe4664b441a8 100644 (file)
@@ -4,7 +4,7 @@
 class MaschineRoom extends BaseShipPart {
        // Constructor
        private function __construct () {
-               // Eltern-Konstruktor aufrufen
+               // Call parent constructor
                parent::constructor(__CLASS__);
 
                // Debug message
@@ -15,10 +15,10 @@ class MaschineRoom extends BaseShipPart {
                        ));
                }
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Maschinenraum");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
 
                // Clean up a little