]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/cabines/ship/class_LuxuryCabin.php
New interface SignableContract introduced, some comments translated
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LuxuryCabin.php
index bc36d6e3f4465b5ab7c4a6411ee0392a1813882f..c7a6af07fa733ca2b3cb090ae0bbacecad469f1f 100644 (file)
@@ -3,7 +3,7 @@
 class LuxuryCabin extends BaseCabin implements ItemIsTradeable, ConstructableShipPart {
        // Konstruktor
        private function __construct () {
-               // Eltern-Konstruktor aufrufen
+               //�Call parent constructor
                parent::constructor(__CLASS__);
 
                // Debug message
@@ -12,10 +12,10 @@ class LuxuryCabin extends BaseCabin implements ItemIsTradeable, ConstructableShi
                        __LINE__
                ));
 
-               // Beschreibung setzen
+               // Set description
                $this->setPartDescr("Luxuskabine");
 
-               // Unique-ID erzeugen
+               // Generate unique ID number
                $this->createUniqueID();
 
                // Clean up a little