C# 클래스 wServer.logic.HpLesserCond

상속: ConditionalBehavior
파일 보기 프로젝트 열기: C453/OryxKingdom 1 사용 예제들

공개 메소드들

메소드 설명
Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond

보호된 메소드들

메소드 설명
BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
ConditionMeetCore ( ) : bool

비공개 메소드들

메소드 설명
HpLesserCond ( int threshold, Behavior result, Behavior no ) : System

메소드 상세

BehaveCore() 보호된 메소드

protected BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
cond BehaviorCondition
time wServer.realm.RealmTime
state object
리턴 void

ConditionMeetCore() 보호된 메소드

protected ConditionMeetCore ( ) : bool
리턴 bool

Instance() 공개 정적인 메소드

public static Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond
threshold int
result Behavior
no Behavior
리턴 HpLesserCond