diff options
author | DarkoGNU <42816979+DarkoGNU@users.noreply.github.com> | 2022-05-07 01:24:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-07 01:24:50 +0200 |
commit | 5d00247cce71aae67660623799b66f51bce2b88a (patch) | |
tree | 6149ca4c87f652710613eed2b71037e45d2a2979 /src/Mobs/SnowGolem.h | |
parent | Implement relative SendPlayerMoveLook. Use it in TurnToDirt (#5413) (diff) | |
download | cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar.gz cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar.bz2 cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar.lz cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar.xz cuberite-5d00247cce71aae67660623799b66f51bce2b88a.tar.zst cuberite-5d00247cce71aae67660623799b66f51bce2b88a.zip |
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; } ; |