1
0

Derive HugeMushroom from the base handler

ConvertToPickups is already overridden.
This commit is contained in:
Tiger Wang 2021-03-14 11:58:02 +00:00
parent 61cc1c0190
commit ca5608c66c

View File

@ -9,9 +9,9 @@
/** Handler for huge mushroom blocks. */
class cBlockHugeMushroomHandler final :
public cClearMetaOnDrop<cBlockHandler>
public cBlockHandler
{
using Super = cClearMetaOnDrop<cBlockHandler>;
using Super = cBlockHandler;
public: