alias ZombieProjection = Projection!(Noai!Zombie, "direction-10,y+5"); auto zombie = world.spawn!ZombieProjection; zombie.attach(player);
See Implementation