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