feat: implement contact listeners

This commit is contained in:
2026-09-02 21:42:49 +02:00
parent 287e5c6885
commit d515a36403
20 changed files with 595 additions and 95 deletions
+1
View File
@@ -9,6 +9,7 @@ set(GAME_SRC
src/components/GameComponentRegistry.cpp
src/components/PrintComponent.cpp
src/components/TriggerLoggerComponent.cpp
)
add_executable(lightkeeper ${GAME_SRC})