Interface Save

All Known Implementing Classes:
PartySaver, Saver

public interface Save
Class that implement this interface are ones that save some sort of data about the state of a game to the "database"
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Saves some sort of data about the state of the game to a "database"
  • Method Details

    • save

      void save()
      Saves some sort of data about the state of the game to a "database"