C# 클래스 NetMud.Data.LookupData.NaturalResourceDataPartial

상속: LookupDataPartial, INaturalResource
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
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

메소드 상세

FitnessReport() 공개 메소드

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

HasAffect() 공개 메소드

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
리턴 bool