C# Class Electric_Potatoe_TD.Potatoe

Inheritance: Node
Afficher le fichier Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Méthodes publiques

Méthode Description
AddCapital ( int value ) : void
Potatoe ( float xPos, float yPos, Game data ) : System
getCapital ( ) : int
getScore ( ) : int
setCapital ( int value ) : void
subCapital ( int value ) : void
takeDamage ( int value ) : void

Method Details

AddCapital() public méthode

public AddCapital ( int value ) : void
value int
Résultat void

Potatoe() public méthode

public Potatoe ( float xPos, float yPos, Game data ) : System
xPos float
yPos float
data Game
Résultat System

getCapital() public méthode

public getCapital ( ) : int
Résultat int

getScore() public méthode

public getScore ( ) : int
Résultat int

setCapital() public méthode

public setCapital ( int value ) : void
value int
Résultat void

subCapital() public méthode

public subCapital ( int value ) : void
value int
Résultat void

takeDamage() public méthode

public takeDamage ( int value ) : void
value int
Résultat void