Package FAtiMA.motivationalSystem
Class EffectType
- java.lang.Object
-
- FAtiMA.motivationalSystem.EffectType
-
public abstract class EffectType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static shortON_IGNOREstatic shortON_PERFORMANCEstatic shortON_SELECT
-
Constructor Summary
Constructors Constructor Description EffectType()
-
-
-
Field Detail
-
ON_SELECT
public static final short ON_SELECT
- See Also:
- Constant Field Values
-
ON_IGNORE
public static final short ON_IGNORE
- See Also:
- Constant Field Values
-
ON_PERFORMANCE
public static final short ON_PERFORMANCE
- See Also:
- Constant Field Values
-
-