feat: Setup MVP
This commit is contained in:
parent
14fdd4558e
commit
1dd490b7ed
27 changed files with 555 additions and 52 deletions
5
Assets/Scripts/Presenter/ICTrencadaInput.cs
Normal file
5
Assets/Scripts/Presenter/ICTrencadaInput.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Presenter {
|
||||
public interface ICTrencadaInput {
|
||||
void UpdateView(int score);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue