C# 클래스 BadStyleExample.ThreeCheesePizza

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

공개 메소드들

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

메소드 상세

GetCost() 공개 메소드

public GetCost ( ) : double
리턴 double

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

SetDescription() 공개 메소드

public SetDescription ( string newDescription ) : void
newDescription string
리턴 void