DEADSOFTWARE

Implement DI for menu and refactor #13
[cavedroid.git] / core / src / ru / deadsoftware / cavedroid / game / mobs / Mob.java
index 91dfae55e90823ce7fdc91aa6f919835edc6e58c..0f765925bc1679bed83830f29011a5f0bd88def8 100644 (file)
@@ -35,11 +35,11 @@ public abstract class Mob extends Rectangle implements Serializable {
     private boolean mFlyMode;
 
     /**
-     * @param x      in pixels
-     * @param y      in pixels
-     * @param width  in pixels
-     * @param height in pixels
-     * @param mDirection    Direction in which mob is looking
+     * @param x          in pixels
+     * @param y          in pixels
+     * @param width      in pixels
+     * @param height     in pixels
+     * @param mDirection Direction in which mob is looking
      */
     protected Mob(float x, float y, float width, float height, Direction mDirection, Type type) {
         super(x, y, width, height);