feat: load system
This commit is contained in:
parent
5d470a57af
commit
60d20bfe4e
20 changed files with 421 additions and 67 deletions
8
Assets/Scripts/Presenter/SaveSystem/GameRepository.cs
Normal file
8
Assets/Scripts/Presenter/SaveSystem/GameRepository.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Domain;
|
||||
|
||||
namespace Presenter.SaveSystem {
|
||||
public interface IGameRepository {
|
||||
void SaveScore(Score score);
|
||||
Score LoadScore();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue