item_generic: add missing Save/Restore method declarations inside the class

This commit is contained in:
Marco Cawthorne 2023-09-27 12:59:15 -07:00
parent 91519b2706
commit a4693ff0f8
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public:
virtual void Respawn(void);
virtual void SpawnKey(string, string);
virtual void Save(float);
virtual void Restore(string, string);
private:
string m_strSequenceName;
};