Back to project page DemiGod.
The source code is released under:
GNU General Public License
If you think the Android project DemiGod 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 high.caliber.productions.demigod; // w w w .j av a 2 s . co m import android.graphics.Bitmap; public class Item { public int id; public String item; public int itemValue; public String effect; public int effectValue; public Bitmap icon; public int quantity; public String description; }