Damage.Damage C# (CSharp) Method

Damage() public method

public Damage ( Damage, d ) : System.Collections
d Damage,
return System.Collections
    public Damage(Damage d)
    {
        this.type = d.type;
        this.amount = d.amount;
    }

Same methods

Damage::Damage ( Damage, type, float amount ) : System.Collections
Damage::Damage ( Damage, type, float amount, float duration ) : System.Collections
Damage