Adefinir
Finale
|
Public Member Functions | |
_construct () | |
workOnSoundScape (Employes $employees) | |
buyLicense (Employes $employees) | |
hireSoundDesigner () | |
fireSoundDesigner () | |
Definition at line 9 of file SoundDesigner.php.
_construct | ( | ) |
Definition at line 17 of file SoundDesigner.php.
buyLicense | ( | Employes | $employees | ) |
buyLicense Effectue l'action 'Acheter une licence sonore' en augmentant la variable associée.
Definition at line 39 of file SoundDesigner.php.
fireSoundDesigner | ( | ) |
fireSoundDesigner Permet d'embaucher un SoundDesigner.
Definition at line 65 of file SoundDesigner.php.
hireSoundDesigner | ( | ) |
hireSoundDesigner Permet d'embaucher un SoundDesigner.
Definition at line 51 of file SoundDesigner.php.
workOnSoundScape | ( | Employes | $employees | ) |
workOnSoundScape Effectue l'action 'travaille sur l'ambiance sonore' en augmentant la variable associée.
Definition at line 28 of file SoundDesigner.php.