feat: trigger logic implementation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-03-05 20:26:23 +01:00
parent 3db1ae1064
commit 3f2df7d512
5 changed files with 141 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ Sprite = {}
Audio = {}
Focus = {}
Day = {}
Timer = {}
Timer = {}
Trigger = {}