Roses/Assets/Scripts/Presenter/IExpressionInput.cs
2024-04-15 17:25:24 +02:00

5 lines
No EOL
96 B
C#

namespace Presenter {
public interface IExpressionInput {
void UpdateView(int score);
}
}