summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Guardian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Guardian.h')
-rw-r--r--src/Mobs/Guardian.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Mobs/Guardian.h b/src/Mobs/Guardian.h
index 289654f57..5867c1f42 100644
--- a/src/Mobs/Guardian.h
+++ b/src/Mobs/Guardian.h
@@ -7,12 +7,13 @@
-class cGuardian :
+class cGuardian:
public cAggressiveMonster
{
- typedef cAggressiveMonster super;
+ using Super = cAggressiveMonster;
public:
+
cGuardian();
virtual void Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) override;