game rules - object triggers set up

This commit is contained in:
2025-11-13 09:17:18 +02:00
parent 2a1423877b
commit c8e501ff6e
9 changed files with 98 additions and 20 deletions
@@ -28,6 +28,7 @@ export default {
assignCharacter(e){
this.modelValue.go = e.id;
this.modelValue.title = e.name
this.modelValue.exclude = true
}
}
}