You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: This project relies on the RPG Toolkit 4.x Core Framework. You must clone, build, and install that project into your local Maven repository. The project is not currently available in a separate Maven repository.
Example
git clone https://github.com/rpgtoolkit/core.git rpgtoolkit-core
git clone https://github.com/rpgtoolkit/engine.git rpgtoolkit-engine
cd rpgtoolkit-core
mvn build
mvn install
cd ..
cd rpgtoolkit-engine
mvn build