C# 클래스 CoinSystemScript, SlashRunner

상속: MonoBehaviour
파일 보기 프로젝트 열기: matthewAURA/SlashRunner 1 사용 예제들

공개 메소드들

메소드 설명
AddCoin ( int amount ) : void
GetCoin ( ) : int
TakeOutCoin ( int amount ) : void

비공개 메소드들

메소드 설명
OnDisable ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

AddCoin() 공개 메소드

public AddCoin ( int amount ) : void
amount int
리턴 void

GetCoin() 공개 메소드

public GetCoin ( ) : int
리턴 int

TakeOutCoin() 공개 메소드

public TakeOutCoin ( int amount ) : void
amount int
리턴 void