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

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

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

import org.hexworks.amethyst.api.base.BaseBehavior
import org.hexworks.amethyst.api.entity.Entity
import org.hexworks.amethyst.api.entity.EntityType

object TestBehavior : BaseBehavior() {

    override suspend fun update(entity: Entity, context: TestContext) = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy