com.threerings.tudey.config
Class ActionConfig.Case
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ActionConfig.Case
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ActionConfig
public static class ActionConfig.Case
- extends DeepObject
- implements com.threerings.io.Streamable, Exportable
A switch case.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
condition
@Editable
public ConditionConfig condition
- The case condition.
action
@Editable
public ActionConfig action
- The case action.
ActionConfig.Case
public ActionConfig.Case()
Copyright © 2011. All Rights Reserved.