Interface CreateDataStorage
- All Known Implementing Classes:
DataStorageCreator,MoveDataCreator,PartyDataCreator
public interface CreateDataStorage
This interface is meant for all classes that create some sort of data storage system
-
Method Summary
Modifier and TypeMethodDescriptionvoidCreates a data storage system related to some aspect of the state of the game
-
Method Details
-
createDataStorage
void createDataStorage()Creates a data storage system related to some aspect of the state of the game
-