Package com.mg105.use_cases.save
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 TypeMethodDescriptionvoid
save()
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"
-