Mark Archive() as override

This commit is contained in:
smallmodel 2025-02-04 00:08:16 +01:00
parent ca2322a4da
commit 8ac186ce17
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -48,7 +48,7 @@ public:
void Think() override;
void Archive(Archiver& arc);
void Archive(Archiver& arc) override;
void setOwner(Sentient *other);
Sentient *getOwner() const;