com.threerings.tudey.config
Class ActionConfig.Case
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig.Case
- All Implemented Interfaces:
- Exportable, Streamable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.Case
- extends DeepObject
- implements Streamable, Exportable
A switch case.
condition
@Editable
public ConditionConfig condition
- The case condition.
action
@Editable
public ActionConfig action
- The case action.
ActionConfig.Case
public ActionConfig.Case()