HealthAttribute.HealthAttribute C# (CSharp) Method

HealthAttribute() public method

public HealthAttribute ( int baseValue, float multiplier ) : System.Collections
baseValue int
multiplier float
return System.Collections
    public HealthAttribute(int baseValue, float multiplier)
        : base(baseValue, multiplier)
    {
    }
HealthAttribute