C# 클래스 DecoratorPattern.PlainPizza

상속: IPizza
파일 보기 프로젝트 열기: marwie/Design-Patterns-in-Unity-Example

공개 메소드들

메소드 설명
GetCost ( ) : double
GetDescription ( ) : string

메소드 상세

GetCost() 공개 메소드

public GetCost ( ) : double
리턴 double

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string