fix: Desc

This commit is contained in:
cha0s 2020-06-20 04:15:17 -05:00
parent 9cf2dc45c1
commit 03af0e1695

View File

@ -27,6 +27,10 @@ export default class Alive extends decorate(Trait) {
static behaviorContextTypes() {
return {
deathSound: {
type: 'string',
label: 'Death sound',
},
forceDeath: {
type: 'void',
label: 'Force death',