Example #1
0
 protected override bool IsDisabledForShield(CompProperties_Shield shieldProps) => !shieldProps.canBlockRanged;
Example #2
0
 protected override bool IsDisabledForShield(CompProperties_Shield shieldProps) => !shieldProps.shieldTakeDamage;
Example #3
0
 protected virtual bool IsDisabledForShield(CompProperties_Shield shieldProps) => false;