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// www. ja v a2 s . co m * http://www.oatmealandcoffee.com * * * OCEquipmentSelectionActivity * * Activity for selecting an equipment object for a variety of reasons * */ package net.cs76.projects.student; /** * @author philipr * */ public class OCEquipmentSelectionActivity extends OCGameObjectSelectionActivity { /** * Auto-generated constructor stub */ public OCEquipmentSelectionActivity() { // Auto-generated constructor stub } }