diff --git a/compiler/components/ability_component.json b/compiler/components/ability_component.json index 544e737..dce6d8c 100644 --- a/compiler/components/ability_component.json +++ b/compiler/components/ability_component.json @@ -1,4 +1,5 @@ { "name": "AbilityComponent", - "attrs": ["onReady", "onDestroy", "onAbilityCreated", "onAbilityMoveToFront", "onAbilityWillRemove"] + "attrs": ["onReady", "onDestroy", "onAbilityCreated", "onAbilityMoveToFront", "onAbilityWillRemove", "onConnected", "onDisconnected"], + "atomic": true } \ No newline at end of file