Class StatAttribute
Inheritance
System.Object
StatAttribute
Assembly: Eco.Stats.dll
Syntax
public class StatAttribute : Attribute
Constructors
StatAttribute()
Declaration
StatAttribute(String, Unit, StatType)
Declaration
public StatAttribute(string category, Unit unit, StatType statType)
Parameters
Type |
Name |
Description |
System.String |
category |
|
Unit |
unit |
|
StatType |
statType |
|
Fields
Category
Declaration
Field Value
Type |
Description |
System.String |
|
Unit
Declaration
Field Value
Properties
StatType
Declaration
public StatType StatType { get; set; }
Property Value