diff options
Diffstat (limited to 'src/Mobs/SnowGolem.h')
-rw-r--r-- | src/Mobs/SnowGolem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/SnowGolem.h b/src/Mobs/SnowGolem.h index 8504965cb..6c6e88868 100644 --- a/src/Mobs/SnowGolem.h +++ b/src/Mobs/SnowGolem.h @@ -20,6 +20,7 @@ public: virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override; virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = nullptr) override; + virtual bool Attack(std::chrono::milliseconds a_Dt) override; } ; |