Skip to content

Commit 838675f

Browse files
TomekRDxeruf
authored andcommitted
feat(plugin26): Added Point to util
1 parent 22b26fb commit 838675f

File tree

1 file changed

+3
-0
lines changed
  • plugin2026/src/main/kotlin/sc/plugin2026/util

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package sc.plugin2026.util
2+
3+
data class Point(val x: Int, val y: Int)

0 commit comments

Comments
 (0)