Start of the group config guis.

This commit is contained in:
alexcrea 2024-04-18 02:20:46 +02:00
parent 8c90ae2184
commit 2c6349735b
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
6 changed files with 205 additions and 4 deletions

View file

@ -60,6 +60,10 @@ abstract class AbstractMaterialGroup(private val name: String) {
return name
}
override fun toString(): String {
return name
}
/**
* Update the contained groups of this group
*/