mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 06:10:46 +00:00
refactor: unglob std::type_info
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "../../Headers/net.minecraft.world.entity.animal.h"
|
||||
#include "NonTameRandomTargetGoal.h"
|
||||
|
||||
NonTameRandomTargetGoal::NonTameRandomTargetGoal(TamableAnimal *mob, const type_info& targetType, float within, int randomInterval, bool mustSee) : NearestAttackableTargetGoal(mob, targetType, within, randomInterval, mustSee)
|
||||
NonTameRandomTargetGoal::NonTameRandomTargetGoal(TamableAnimal *mob, const std::type_info& targetType, float within, int randomInterval, bool mustSee) : NearestAttackableTargetGoal(mob, targetType, within, randomInterval, mustSee)
|
||||
{
|
||||
this->tamableMob = mob;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user