Add characteristic to the campagin detail panel.

This commit is contained in:
Thomas Andres Gomez 2025-02-26 17:13:47 +01:00
parent 29747dcb5c
commit b6b135cd40
12 changed files with 690 additions and 331 deletions

View file

@ -59,7 +59,7 @@ class RollUseCase {
if (quantity > 1 && left != 1) print(",")
}
}.also {
print("}")
println("}")
}
}