implement ship behaviors

This commit is contained in:
2026-04-20 08:29:53 +02:00
parent 8b84297b41
commit 65de4ddc5c
11 changed files with 1124 additions and 14 deletions

View File

@@ -11,4 +11,5 @@ add_files(
BuildingTest.cpp
ShipTest.cpp
ScrapTest.cpp
BehaviorSystemTest.cpp
)