Class GarlicTrapMemento
java.lang.Object
de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
de.tum.cit.fop.maze.game_saves.mementos.GarlicTrapMemento
- All Implemented Interfaces:
Memento
Memento storing GarlicTrap state.
-
Field Summary
Fields inherited from class de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
animationType, objectType, positionX, positionY, speed, velocityX, velocityY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GarlicTrapMemento
public GarlicTrapMemento() -
GarlicTrapMemento
public GarlicTrapMemento(float positionX, float positionY)
-