Remove unused class

This commit is contained in:
DBotThePony 2024-01-28 20:26:38 +07:00
parent 81ff32b8c1
commit 3561bf7086
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -1,15 +0,0 @@
package ru.dbotthepony.kstarbound.util
class RenderDirectives(val raw: String) {
override fun equals(other: Any?): Boolean {
return super.equals(other)
}
override fun hashCode(): Int {
return super.hashCode()
}
override fun toString(): String {
return "RenderDirectives[$raw]"
}
}