Package com.prineside.tdi2.actions
Class SelectGameplayBonusAction
java.lang.Object
com.prineside.tdi2.Action
com.prineside.tdi2.actions.SelectGameplayBonusAction
- All Implemented Interfaces:
KryoSerializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectGameplayBonusAction
(int stage, int bonusIdx) SelectGameplayBonusAction
(JsonValue jsonValue) -
Method Summary
Methods inherited from class com.prineside.tdi2.Action
affectsPlayerXp, fromJson
-
Field Details
-
stage
public int stage -
bonusIdx
public int bonusIdx
-
-
Constructor Details
-
SelectGameplayBonusAction
public SelectGameplayBonusAction(int stage, int bonusIdx) -
SelectGameplayBonusAction
-
-
Method Details