Back to project page RPGWorld.
The source code is released under:
MIT License
If you think the Android project RPGWorld listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * Jun 8, 2013/*from www .j a v a 2 s . c o m*/ * World.java * Daniel Pok * AP Java 6th */ package com.nokarateclass.rpgworld.world; /** * @author poler_000 * */ public class World { /** * */ public World() { // TODO Auto-generated constructor stub } }