private static int GetTargetCaptureCell(Instance smi)
 {
     FixedCapturePoint.Instance capturePoint = GetCapturePoint(smi);
     return(capturePoint.def.getTargetCapturePoint(capturePoint));
 }
 public Instance(KPrefabID capture_point)
     : base((IStateMachineTarget)capture_point)
 {
     fixedCapturePoint = capture_point.GetSMI <FixedCapturePoint.Instance>();
 }