Skip to content

Commit cd22cf0

Browse files
committed
feature: StackedBuilder is now open
1 parent 989cf98 commit cd22cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/fruxz/stacked/StackedBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import net.kyori.adventure.text.event.ClickEvent
1212
* and adds additional operator functions to make building
1313
* [TextComponent]s more convenient.
1414
*/
15-
data class StackedBuilder(
15+
open class StackedBuilder(
1616
private val builder: TextComponent.Builder,
1717
) : TextComponent.Builder by builder {
1818

0 commit comments

Comments
 (0)