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

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

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

import org.hexworks.amethyst.api.Pass
import org.hexworks.amethyst.api.Response
import org.hexworks.amethyst.api.base.BaseFacet

object TestFacet : BaseFacet(TestMessage::class) {

    override suspend fun receive(message: TestMessage): Response {
        return Pass
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy