Remove unused class
This commit is contained in:
parent
81ff32b8c1
commit
3561bf7086
@ -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]"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user