C# Class NetMud.Data.LookupData.NaturalResourceDataPartial

Inheritance: LookupDataPartial, INaturalResource
Mostra file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
FitnessReport ( ) : IList

Gets the errors for data fitness

HasAffect ( string affectTarget ) : bool

Checks if there is an affect without having to crawl the hashset everytime or returning a big class object

Method Details

FitnessReport() public method

Gets the errors for data fitness
public FitnessReport ( ) : IList
return IList

HasAffect() public method

Checks if there is an affect without having to crawl the hashset everytime or returning a big class object
public HasAffect ( string affectTarget ) : bool
affectTarget string the target of the affect
return bool