Back to project page dnd5spellbook.
The source code is released under:
MIT License
If you think the Android project dnd5spellbook 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 org.dnd5spellbook; /** * Class containing application-wide constants */ public class Constants { public static final String DND_SPELLS_ASSETS_PATH = "dndbundle"; }