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

godot.entrygenerator.model.ValueParameter.kt Maven / Gradle / Ivy

There is a newer version: 0.10.0-4.3.0
Show newest version
package godot.entrygenerator.model

data class ValueParameter(
    val name: String,
    val type: Type,
    val typeArguments: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy