C# 클래스 SafeAndFree.Player

Logic for the player.
파일 보기 프로젝트 열기: mokasocial/PrivacyDefense 1 사용 예제들

공개 메소드들

메소드 설명
AddMoney ( int dollars ) : void
AddScore ( int bonus ) : void
LoseLife ( ) : void
Player ( ) : System

Constructor.

WithdrawalMoney ( int yen ) : bool

메소드 상세

AddMoney() 공개 메소드

public AddMoney ( int dollars ) : void
dollars int
리턴 void

AddScore() 공개 메소드

public AddScore ( int bonus ) : void
bonus int
리턴 void

LoseLife() 공개 메소드

public LoseLife ( ) : void
리턴 void

Player() 공개 메소드

Constructor.
public Player ( ) : System
리턴 System

WithdrawalMoney() 공개 메소드

public WithdrawalMoney ( int yen ) : bool
yen int
리턴 bool