feat: Roses spawn
This commit is contained in:
parent
ff2d68ed07
commit
f8a29f1501
206 changed files with 12637 additions and 19 deletions
5
Assets/Scripts/Presenter/IRoseSpawner.cs
Normal file
5
Assets/Scripts/Presenter/IRoseSpawner.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Presenter {
|
||||
public interface IRoseSpawner {
|
||||
void SpawnRose();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue