aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/RaycastContext.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/RaycastContext.kt')
-rw-r--r--src/main/kotlin/RaycastContext.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/RaycastContext.kt b/src/main/kotlin/RaycastContext.kt
new file mode 100644
index 0000000..9b4156c
--- /dev/null
+++ b/src/main/kotlin/RaycastContext.kt
@@ -0,0 +1,6 @@
+data class RaycastContext(
+ val renderer: Renderer,
+ val camera: Camera,
+ val map: Map,
+ val minimap: Minimap
+) \ No newline at end of file