Add chat to the campaign screen + change a bit the network UI.
This commit is contained in:
parent
3f67e342a7
commit
7a9dd97123
29 changed files with 885 additions and 100 deletions
|
|
@ -10,4 +10,13 @@ data class RollMessage(
|
|||
val rollDifficulty: String? = null,
|
||||
val rollValue: Int,
|
||||
val rollSuccessLimit: Int? = null,
|
||||
) : MessagePayload
|
||||
val critical: Critical?,
|
||||
) : MessagePayload {
|
||||
enum class Critical {
|
||||
CRITICAL_SUCCESS,
|
||||
SPECIAL_SUCCESS,
|
||||
SUCCESS,
|
||||
FAILURE,
|
||||
CRITICAL_FAILURE
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue