C# Class FrannHammer.Models.ModifierHelper

Small helper class to get the ModifierValueAttribute data from an Enum.
Mostrar archivo Open project: Frannsoft/FrannHammer

Public Methods

Method Description
GetModifierValue ( this modifier ) : double

Get the value of the ModifierValueAttribute if it exists.

Method Details

GetModifierValue() public static method

Get the value of the ModifierValueAttribute if it exists.
public static GetModifierValue ( this modifier ) : double
modifier this
return double