Back to project page Freebloks-Android.
The source code is released under:
GNU General Public License
If you think the Android project Freebloks-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.saschahlusiak.freebloks.game; /*from ww w. ja va 2 s . c om*/ import de.saschahlusiak.freebloks.network.NET_SERVER_STATUS; import de.saschahlusiak.freebloks.view.model.Intro; import de.saschahlusiak.freebloks.view.model.Sounds; class RetainedConfig { SpielClientThread clientThread; NET_SERVER_STATUS lastStatus; Sounds soundPool; Intro intro; }