fix syntax

This commit is contained in:
Romain Beaumont 2022-02-08 12:36:34 +01:00 committed by u9g
parent d79e6b9d54
commit fa67127bf5

View file

@ -36,10 +36,12 @@ class BreathBar extends LitElement {
}
static get properties () {
return {
playerInCreative: { type: Boolean },
breathBubbles: { type: Number },
showBreathBubbles: { type: Boolean }
}
}
constructor() {
super()