Created
March 5, 2019 11:25
-
-
Save EliteIntegrity/4b30be9f489e20308f24344ddce400bc to your computer and use it in GitHub Desktop.
Add a property for the SoundPlayer instance to the KotlinInvadersView class.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For making a noise | |
private val soundPlayer = SoundPlayer(context) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment