C# 클래스 Gurpenator.Advantage

상속: GurpsProperty
파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
costFormula Formula

공개 메소드들

메소드 설명
Advantage ( ParsedThing parsedThing, Formula costFormula ) : System
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
usedNames ( ) : IEnumerable

메소드 상세

Advantage() 공개 메소드

public Advantage ( ParsedThing parsedThing, Formula costFormula ) : System
parsedThing ParsedThing
costFormula Formula
리턴 System

checkFormula() 공개 메소드

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
리턴 void

usedNames() 공개 메소드

public usedNames ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

costFormula 공개적으로 프로퍼티

public Formula,Gurpenator costFormula
리턴 Formula