aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/AttackDamageMobEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/AttackDamageMobEffect.h')
-rw-r--r--Minecraft.World/AttackDamageMobEffect.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Minecraft.World/AttackDamageMobEffect.h b/Minecraft.World/AttackDamageMobEffect.h
new file mode 100644
index 00000000..0597abfa
--- /dev/null
+++ b/Minecraft.World/AttackDamageMobEffect.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "MobEffect.h"
+
+class AttributeModifier;
+
+class AttackDamageMobEffect : public MobEffect
+{
+public:
+ AttackDamageMobEffect(int id, bool isHarmful, eMinecraftColour color);
+
+ double getAttributeModifierValue(int amplifier, AttributeModifier *original);
+}; \ No newline at end of file