unify Weapon and StationWeapon components

This commit is contained in:
2026-05-22 22:06:30 +02:00
parent bd488db8ef
commit ea79d76953
7 changed files with 89 additions and 157 deletions

View File

@@ -84,8 +84,6 @@ struct StationBody
std::vector<QPoint> bodyCells;
};
// StationWeapon remains defined in Building.h.
// ---------------------------------------------------------------------------
// Scrap components
// ---------------------------------------------------------------------------
@@ -105,3 +103,4 @@ struct DespawnAt
// ---------------------------------------------------------------------------
struct HqProxy { char unused = 0; };