summaryrefslogtreecommitdiffstats
path: root/src/Mobs/NewBlaze.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/NewBlaze.h')
-rw-r--r--src/Mobs/NewBlaze.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Mobs/NewBlaze.h b/src/Mobs/NewBlaze.h
new file mode 100644
index 000000000..eebe491f5
--- /dev/null
+++ b/src/Mobs/NewBlaze.h
@@ -0,0 +1,21 @@
+
+#pragma once
+
+#include "NewMonster.h"
+
+
+
+
+
+class cNewBlaze :
+ public cNewMonster
+{
+ typedef cNewMonster super;
+
+public:
+ cNewBlaze(void);
+
+ CLASS_PROTODEF(cNewBlaze)
+
+ virtual void GetDrops(cItems & a_Drops, cEntity * a_Killer = NULL) override;
+} ;