Back to project page RPG-Kit-Android.
The source code is released under:
Apache License
If you think the Android project RPG-Kit-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.
/** * Philip Regan//from w w w .j a v a 2 s. com * http://www.oatmealandcoffee.com * * * OCTaskSelectionActivity * * Activity for selecting a task for a variety of reasons * */ package net.cs76.projects.student; /** * @author philipr * */ public class OCTaskSelectionActivity extends OCGameObjectSelectionActivity { /** * Auto-generated constructor stub */ public OCTaskSelectionActivity() { // Auto-generated constructor stub } }