6 lines
No EOL
109 B
C#
6 lines
No EOL
109 B
C#
namespace Presenter {
|
|
public interface IRoseSpawner {
|
|
void SpawnRose();
|
|
void SpawnInitialRose();
|
|
}
|
|
} |