Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SafeAndFree
Player
C# Class SafeAndFree.Player
Logic for the player.
Afficher le fichier
Open project: mokasocial/PrivacyDefense
Class Usage Examples
Méthodes publiques
Méthode
Description
AddMoney
(
int
dollars
) :
void
AddScore
(
int
bonus
) :
void
LoseLife
( ) :
void
Player
( ) :
System
Constructor.
WithdrawalMoney
(
int
yen
) :
bool
Method Details
AddMoney()
public
méthode
public
AddMoney
(
int
dollars
) :
void
dollars
int
Résultat
void
AddScore()
public
méthode
public
AddScore
(
int
bonus
) :
void
bonus
int
Résultat
void
LoseLife()
public
méthode
public
LoseLife
( ) :
void
Résultat
void
Player()
public
méthode
Constructor.
public
Player
( ) :
System
Résultat
System
WithdrawalMoney()
public
méthode
public
WithdrawalMoney
(
int
yen
) :
bool
yen
int
Résultat
bool