
com.almasb.fxgl.procedural.ProceduralGenerationService.kt Maven / Gradle / Ivy
The newest version!
/*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB ([email protected]).
* See LICENSE for details.
*/
package com.almasb.fxgl.procedural
import com.almasb.fxgl.core.EngineService
/**
* Provides access to various builders for procedural generators.
*
* @author Almas Baimagambetov ([email protected])
*/
class ProceduralGenerationService : EngineService() {
//fun dungeonBuilder(): DungeonBuilder = DungeonBuilder()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy