package net.shadowfacts.phycon.util /** * @author shadowfacts */ enum class ActivationMode: RotatableEnum { AUTOMATIC, MANAGED, }