public PlayMakerFsmTarget(ProxyFsmTarget target)
		{
			this.target = target;
		}
 public PlayMakerFsmTarget(ProxyFsmTarget target)
 {
     this.target = target;
 }