masb.fxgl-animation.11.14.source-code.module-info Maven / Gradle / Ivy
The newest version!
/*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB ([email protected]).
* See LICENSE for details.
*/
/**
*
*/
module com.almasb.fxgl.animation {
requires com.almasb.fxgl.core;
requires com.almasb.fxgl.entity;
requires com.almasb.fxgl.scene;
exports com.almasb.fxgl.animation;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy