Beispiel #1
0
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        //
        // Attack target
        //
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////

        public bool ThreatDisabled(IAttackTargetSearcher disabledFor)
        {
            return(_shield.ThreatDisabled(disabledFor));
        }