Update Husk.h

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

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);