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
- 
getType
 - 
toJson
Description copied from class:ActionЗначения должны записываться с учетом того, что json уже находится в объекте Action. Ключ "t" уже занят для типа действия. - 
write
 - 
read
 - 
toString
 
 -