C# 클래스 PoisonAttackDecorator, DesignPatterns

상속: AttackDecorator
파일 보기 프로젝트 열기: cosgunhalil/DesignPatterns 1 사용 예제들

공개 메소드들

메소드 설명
PoisonAttackDecorator ( Attack, decoreatedAttack ) : System.Collections
SetDamage ( ) : void

비공개 메소드들

메소드 설명
SetPoison ( ) : void

메소드 상세

PoisonAttackDecorator() 공개 메소드

public PoisonAttackDecorator ( Attack, decoreatedAttack ) : System.Collections
decoreatedAttack Attack,
리턴 System.Collections

SetDamage() 공개 메소드

public SetDamage ( ) : void
리턴 void