This commit is contained in:
Paul 2001-02-21 17:13:37 +00:00
parent 9386d1e96c
commit 68bf62003e
15 changed files with 259 additions and 46 deletions

View file

@ -47,6 +47,9 @@ public:
protected:
virtual int getFrameNumber()=0;
private:
int m_pingFrame;
};
class CTestQuestItemPickup : public CBaseQuestItemPickup