From 6b7d6ec7ea30fc846f88edfff522ffe31130f5c2 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Fri, 30 Aug 2024 19:18:47 +0200 Subject: [PATCH] Cleanup action Remove is default --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10c5fb..35ab9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog][kac], and this project adheres to - `[traits]`: - Added cleanup condition `jecs.OnDelete` for when the entity or component is deleted - Added cleanup action `jecs.Remove` which removes instances of the specified (component) id from all entities + - This is the default cleanup action - Added component trait `jecs.Tag` which allows for zero-cost components used as tags - Setting data to a component with this trait will do nothing - `[luau]`: