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

jvmMain.stress.TestAttribute.kt Maven / Gradle / Ivy

There is a newer version: 2021.0.3-RELEASE
Show newest version
package stress

import org.hexworks.amethyst.api.base.BaseAttribute

data class TestAttribute(
        val name: String,
        val age: Int
) : BaseAttribute()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy