add final

This commit is contained in:
David Markowitz
2023-07-09 19:48:23 -07:00
parent 1b7be5d7db
commit 2528e02b98
4 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ private:
/**
* Allows entities to offer missions to other entities, depending on their mission inventory progression.
*/
class MissionOfferComponent : public Component {
class MissionOfferComponent final : public Component {
public:
inline static const eReplicaComponentType ComponentType = eReplicaComponentType::MISSION_OFFER;