Files
YachtDice/Assets/Scripts/UI/Presentation/IScoreSummaryService.cs
T
2026-03-04 06:48:21 +07:00

8 lines
128 B
C#

namespace YachtDice.UI.Presentation
{
public interface IScoreSummaryService
{
ScoreSummary Calculate();
}
}