All Downloads are FREE. Search and download functionalities are using the official Maven repository.

godot.runtime.Entry.kt Maven / Gradle / Ivy

There is a newer version: 0.2.0-3.3.2
Show newest version
package godot.runtime

abstract class Entry {
    class Context(val registry: ClassRegistry)
    abstract fun Context.init()
    abstract fun Context.initEngineTypes()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy