C# Class FrannHammer.Models.ModifierValueAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: Frannsoft/FrannHammer

Public Methods

Method Description
ModifierValueAttribute ( double value ) : System

Create a new ModifierValueAttribute using the passed in value.

Method Details

ModifierValueAttribute() public method

Create a new ModifierValueAttribute using the passed in value.
public ModifierValueAttribute ( double value ) : System
value double
return System