mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
w
This commit is contained in:
parent
667f9df42c
commit
b4dbe2b0ee
|
|
@ -1,13 +1,12 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "Cow.h"
|
#include "Cow.h"
|
||||||
#include "Entity.h"
|
|
||||||
|
|
||||||
class MushroomCow : public Cow
|
class MushroomCow : public Cow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
eINSTANCEOF GetType() { return eTYPE_MUSHROOMCOW; }
|
eINSTANCEOF GetType() { return eTYPE_MUSHROOMCOW; }
|
||||||
static Entity *create(Level *level) { return new LightningBolt(level); }
|
static Entity *create(Level *level) { return new MushroomCow(level); }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MushroomCow(Level *level);
|
MushroomCow(Level *level);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue