diff options
Diffstat (limited to 'Minecraft.World/net.minecraft.world.effect.h')
| -rw-r--r-- | Minecraft.World/net.minecraft.world.effect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Minecraft.World/net.minecraft.world.effect.h b/Minecraft.World/net.minecraft.world.effect.h index f5bd448f..5dad4fe9 100644 --- a/Minecraft.World/net.minecraft.world.effect.h +++ b/Minecraft.World/net.minecraft.world.effect.h @@ -1,5 +1,8 @@ #pragma once +#include "AbsoptionMobEffect.h" +#include "AttackDamageMobEffect.h" +#include "HealthBoostMobEffect.h" #include "MobEffect.h" #include "InstantenousMobEffect.h" #include "MobEffectInstance.h"
\ No newline at end of file |
