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);
        }
    }