using UnityEngine;
using System.Collections;

namespace RootMotion.FinalIK {
	public abstract class IK: SolverManager { }
}
