[Refactor] Fix GameController

This commit is contained in:
2026-03-04 06:48:21 +07:00
parent 244f635062
commit 3031d2e4c2
24 changed files with 708 additions and 303 deletions
@@ -0,0 +1,8 @@
namespace YachtDice.UI.Presentation
{
public interface IGameSaveService
{
void Load();
void Save();
}
}