Kaynağa Gözat

Update Routeplanner.java

spreef 11 yıl önce
ebeveyn
işleme
4b2f57dd7f
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      gui/Routeplanner.java

+ 5 - 0
gui/Routeplanner.java

@@ -304,6 +304,11 @@ public class Routeplanner
         }
         return route;
     }
+    
+    public int getRotation() {
+    return rotation;
+    }
+    
     public char[] ontwijkBoebot(int xx, int xy, int x, int y, int rotation)
     {
         this.x = x;