refactor: renamed some classes
This commit is contained in:
parent
0e7a535f6d
commit
6b1b935ea9
7 changed files with 10 additions and 10 deletions
5
Assets/Scripts/Presenter/IExpressionInput.cs
Normal file
5
Assets/Scripts/Presenter/IExpressionInput.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Presenter {
|
||||
public interface IExpressionInput {
|
||||
void UpdateView(int score);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue