Package com.prineside.tdi2.actions
Class CustomTowerButtonAction
java.lang.Object
com.prineside.tdi2.Action
com.prineside.tdi2.actions.CustomTowerButtonAction
- All Implemented Interfaces:
KryoSerializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCustomTowerButtonAction
(int x, int y, int mapX, int mapY) CustomTowerButtonAction
(JsonValue jsonValue) -
Method Summary
Methods inherited from class com.prineside.tdi2.Action
affectsPlayerXp, fromJson
-
Field Details
-
x
public int x -
y
public int y -
mapX
public int mapX -
mapY
public int mapY
-
-
Constructor Details
-
CustomTowerButtonAction
public CustomTowerButtonAction(int x, int y, int mapX, int mapY) -
CustomTowerButtonAction
-
-
Method Details