🚸 Show USK path when no meta strings present
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / text / PlainTextPart.kt
1 package net.pterodactylus.sone.text
2
3 /**
4  * [Part] implementation that holds a single piece of text.
5  */
6 data class PlainTextPart(override val text: String) : Part