1
0

Now chicken drop eggs

This commit is contained in:
tonibm19 2013-11-08 14:04:41 +01:00
parent 4d7695549a
commit 20d9886847

View File

@ -18,8 +18,13 @@ public:
CLASS_PROTODEF(cChicken);
virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
private:
int m_DropEggCount;
} ;