Class ExitMemento

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

public class ExitMemento extends GameObjectMemento
Memento storing Exit state including locked status.
  • Field Details

    • isLocked

      public boolean isLocked
  • Constructor Details

    • ExitMemento

      public ExitMemento()
    • ExitMemento

      public ExitMemento(float positionX, float positionY, boolean isLocked, String animationType)