Package de.tum.cit.fop.maze.game_saves
Interface Memento
- All Known Implementing Classes:
BouncerMemento,ExitMemento,FreezeTrapMemento,GameFieldMemento,GameObjectMemento,GameScreenMemento,GarlicTrapMemento,HeartMemento,JunkieMemento,KeyMemento,PlayerMemento,TouristMemento
public interface Memento
Marker interface for memento objects used in the Memento pattern.
All implementing classes must have serializable fields.