implement ship modules

This commit is contained in:
2026-05-18 08:49:51 +02:00
parent b59e392461
commit d08bf5d37b
33 changed files with 1911 additions and 56 deletions

View File

@@ -17,4 +17,6 @@ add_files(
ShipyardTest.cpp
BlueprintTest.cpp
BlueprintSerializerTest.cpp
ModuleConfigTest.cpp
ShipModuleTest.cpp
)