Back to project page game_guess_lib.
The source code is released under:
MIT License
If you think the Android project game_guess_lib 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.wkmf.guess.lib.purchase.items; //from w w w .java2s .c o m /** * Created by ernestofndz on 23/02/14. */ public class GuessGameItems { public static final int RC_REQUEST = 1337; public static final String SKU_90_LIVES = "weguess.pack.90.lives"; public static final int PACK_90_LIVES = 90; }