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

commonTest.com.toxicbakery.kfinstatemachine.Energy.kt Maven / Gradle / Ivy

The newest version!
package com.toxicbakery.kfinstatemachine

sealed class Energy {
    object Kinetic : Energy()
    object Potential : Energy()
    object InvalidState : Energy()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy