feat: Roses spawn

This commit is contained in:
Gerard Gascón 2024-04-15 18:40:50 +02:00
parent ff2d68ed07
commit f8a29f1501
206 changed files with 12637 additions and 19 deletions

View file

@ -0,0 +1,5 @@
namespace Presenter {
public interface IRoseSpawner {
void SpawnRose();
}
}