
commonTest.com.toxicbakery.kfinstatemachine.Energy.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kfin Show documentation
Show all versions of kfin Show documentation
Kotlin library for creating finite state machines.
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