public override void toAdherent(Adherent target, Vector2[] points) { target.setPath(toPath(points)); target.setType((int)Adherent.adTypes.Triangle); }
public override void toAdherent(Adherent target, Vector2[] points) { target.setpath(toPath(points)); target.setType((int)Adherent.adTypes.Diamond); }