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