Placeholder message additions

This commit is contained in:
2026-09-01 15:05:21 +01:00
parent d9ea60186c
commit 0e78f69442
2 changed files with 5 additions and 2 deletions
@@ -72,6 +72,10 @@ sealed class ClientMessage(val strName: String) {
override fun toWireIntermediate() = "DIE"
}
class List(): ClientMessage("LIST") {
override fun toWireIntermediate() = "LIST"
}
class UNIMPLEMENTED() : ClientMessage("") {
override fun toWireIntermediate() = ""
}