We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b26fb commit 838675fCopy full SHA for 838675f
plugin2026/src/main/kotlin/sc/plugin2026/util/Point.kt
@@ -0,0 +1,3 @@
1
+package sc.plugin2026.util
2
+
3
+data class Point(val x: Int, val y: Int)
0 commit comments