item_generic: add missing Save/Restore method declarations inside the class
This commit is contained in:
parent
91519b2706
commit
a4693ff0f8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue