Update Zombice.h

This commit is contained in:
DeadVoxelx
2026-05-06 14:27:11 -04:00
committed by GitHub
parent c2f0d47460
commit df1755fc1c

View File

@@ -49,6 +49,7 @@ protected:
virtual void dropRareDeathLoot(int rareLootLevel);
virtual int getDeathLoot();
virtual int decreaseAirSupply(int currentSupply);
public:
virtual bool doHurtTarget(shared_ptr<Entity> target);