diff options
Diffstat (limited to 'src/Mobs/WitherSkeleton.h')
-rw-r--r-- | src/Mobs/WitherSkeleton.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/WitherSkeleton.h b/src/Mobs/WitherSkeleton.h index c77d06822..41e55e073 100644 --- a/src/Mobs/WitherSkeleton.h +++ b/src/Mobs/WitherSkeleton.h @@ -7,13 +7,14 @@ -class cWitherSkeleton : +class cWitherSkeleton: public cAggressiveMonster { - typedef cAggressiveMonster super; + using Super = cAggressiveMonster; public: - cWitherSkeleton(void); + + cWitherSkeleton(); CLASS_PROTODEF(cWitherSkeleton) |