C# 클래스 soda, HomeAlone

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/HomeAlone

공개 프로퍼티들

프로퍼티 타입 설명
DialogPanel GameObject
Penguin Image
PopUpText Text
openVisitCount int
sodaBoughtTimes int

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
load ( ) : void
save ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

load() 공개 메소드

public load ( ) : void
리턴 void

save() 공개 메소드

public save ( ) : void
리턴 void

프로퍼티 상세

DialogPanel 공개적으로 프로퍼티

public GameObject DialogPanel
리턴 GameObject

Penguin 공개적으로 프로퍼티

public Image Penguin
리턴 Image

PopUpText 공개적으로 프로퍼티

public Text PopUpText
리턴 Text

openVisitCount 공개적으로 프로퍼티

public int openVisitCount
리턴 int

sodaBoughtTimes 공개적으로 정적으로 프로퍼티

public static int sodaBoughtTimes
리턴 int