Package net.regsirius06.engine.utils
package net.regsirius06.engine.utils
This package contains utility classes and interfaces for the engine's functionality.
It includes various utility classes for handling 2D graphics, labyrinth management,
and other essential components.
The submodules within this package are designed to provide core functionality for the game engine, such as handling the drawing of 2D objects and managing the labyrinth structure.
-
InterfacesClassDescriptionThis interface represents an object that can be drawn on a 2D graphics context.Deprecated.