// constructor protected CtfBase(CtfPlugIn plugin, IAnnotationService annotations = null, float baseRadius = 1.5f) : base(annotations) { Plugin = plugin; _baseRadius = baseRadius; Reset(); }
// constructor protected CtfBase(CtfPlugIn plugin, IAnnotationService annotations = null, float baseRadius = 1.5f) :base(annotations) { Plugin = plugin; _baseRadius = baseRadius; Reset(); }
// constructor public CtfEnemy(CtfPlugIn plugin, IAnnotationService annotations = null) : base(plugin, annotations) { Reset(); }
// constructor public CtfSeeker(CtfPlugIn plugin, IAnnotationService annotations = null, bool arrive = false) : base(plugin, annotations) { _arrive = arrive; Reset(); }