aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:37:08 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-24 15:37:08 +0200
commit17eaea99b8e0f5fc30153c6fcde830e453be414e (patch)
tree66538aaebb8fc4e1296e17c52213d8a46e9c5cf0 /src/main/java/at/hannibal2/skyhanni/data
parenta2a4a8e3662a412121ee5802706f64f8433d7b24 (diff)
downloadskyhanni-17eaea99b8e0f5fc30153c6fcde830e453be414e.tar.gz
skyhanni-17eaea99b8e0f5fc30153c6fcde830e453be414e.tar.bz2
skyhanni-17eaea99b8e0f5fc30153c6fcde830e453be414e.zip
moved PatcherBeacon to inner class
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/PatcherCoordinatesClass.kt5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/PatcherCoordinatesClass.kt b/src/main/java/at/hannibal2/skyhanni/data/PatcherCoordinatesClass.kt
deleted file mode 100644
index d90600df8..000000000
--- a/src/main/java/at/hannibal2/skyhanni/data/PatcherCoordinatesClass.kt
+++ /dev/null
@@ -1,5 +0,0 @@
-package at.hannibal2.skyhanni.data
-
-import at.hannibal2.skyhanni.utils.LorenzVec
-
-data class PatcherBeacon(val location: LorenzVec, val name: String, val time: Long) \ No newline at end of file