This Java library provides a feature-rich event system implementation.
To integrate the event system into your project, follow these steps:
- Add the following repository to your
build.gradlefile under therepositoriessection:maven { url 'https://jitpack.io' } - Add the dependency to your
build.gradlefile under thedependenciessection:implementation 'com.github.ccetl:flashlight:version'
Replace version with the desired version of the project.
The latest version can be found here: