Adefinir
Finale
|
Public Member Functions | |
_construct () | |
workOnDesign (Employes $employees) | |
workOnScenario (Employes $employees) | |
workOnDifficulty (Employes $employees) | |
hireGameDesigner () | |
fireGameDesigner () | |
Definition at line 6 of file GameDesigner.php.
_construct | ( | ) |
Definition at line 14 of file GameDesigner.php.
fireGameDesigner | ( | ) |
fireDeveloper() Vire un GameDesigner
Definition at line 72 of file GameDesigner.php.
hireGameDesigner | ( | ) |
hireGameDesigner() embauche un GameDesigner
Definition at line 58 of file GameDesigner.php.
workOnDesign | ( | Employes | $employees | ) |
workOnDesign() Effectue l'action 'travaille sur le design' en augmentant la variable associée.
Definition at line 25 of file GameDesigner.php.
workOnDifficulty | ( | Employes | $employees | ) |
workOnDifficulty() Effectue l'action 'travaille sur la difficulté" en augmentant la variable associée.
Definition at line 47 of file GameDesigner.php.
workOnScenario | ( | Employes | $employees | ) |
workOnScenario() Effectue l'action 'travaille sur le scenario" en augmentant la variable associée.
Definition at line 36 of file GameDesigner.php.