Class TouristMemento

java.lang.Object
de.tum.cit.fop.maze.game_saves.mementos.GameObjectMemento
de.tum.cit.fop.maze.game_saves.mementos.TouristMemento
All Implemented Interfaces:
Memento

public class TouristMemento extends GameObjectMemento
Memento storing Tourist enemy state.
  • Constructor Details

    • TouristMemento

      public TouristMemento()
    • TouristMemento

      public TouristMemento(float positionX, float positionY, float velocityX, float velocityY, float speed, String animationType)