refactor: moved grow animation to its own class

This commit is contained in:
Gerard Gascón 2024-04-19 11:26:44 +02:00
parent 150b602dc3
commit 779af276d3
14 changed files with 224 additions and 116 deletions

View file

@ -1,6 +1,5 @@
namespace Presenter {
public interface IRoseGrow {
void Grow();
void GrowStep();
}
}