aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/Texture.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/Texture.kt')
-rw-r--r--src/main/kotlin/Texture.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/Texture.kt b/src/main/kotlin/Texture.kt
new file mode 100644
index 0000000..b4ab881
--- /dev/null
+++ b/src/main/kotlin/Texture.kt
@@ -0,0 +1,6 @@
+data class Texture(
+ val id: Int,
+ val width: Int,
+ val height: Int,
+ val cssColourPixelList: List<String>
+) \ No newline at end of file