Back to project page Apocalypse-Defense.
The source code is released under:
MIT License
If you think the Android project Apocalypse-Defense 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 com.apocalypsedefense.core; /*from ww w . j av a 2 s.com*/ /** * Class for singleton objects which are shared throughout the package. * @author Pat */ public class Shared { public static LogAdapter Log; public static GameData gameData; public static final String GAME_DATA_01 = "GameData01"; }