C# Class NetMud.Data.LookupData.NaturalResourceDataPartial

Inheritance: LookupDataPartial, INaturalResource
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode 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 méthode

Gets the errors for data fitness
public FitnessReport ( ) : IList
Résultat IList

HasAffect() public méthode

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
Résultat bool