refactor: moved grow animation to its own class
This commit is contained in:
parent
150b602dc3
commit
779af276d3
14 changed files with 224 additions and 116 deletions
5
Assets/Scripts/Presenter/IInputCallback.cs
Normal file
5
Assets/Scripts/Presenter/IInputCallback.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Presenter {
|
||||
public interface IInputCallback {
|
||||
void OnInputReceived();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue