DamageHandler.AntibodyDamage C# (CSharp) Метод

AntibodyDamage() публичный Метод

public AntibodyDamage ( ) : void
Результат void
    void AntibodyDamage()
    {
        if (GetComponent<FixedJoint>()) {
            // adds to the tag percentage based on how many hinges are attached
            ShipVisibility.AddTagPercent(antibodyDamage * GetComponents<FixedJoint>().Length);
        }
    }