#pragma once #include struct ShipIdentityComponent { int level; std::string schematicId; };