5 lines
No EOL
82 B
C#
5 lines
No EOL
82 B
C#
namespace Presenter {
|
|
public interface IRoseSpawner {
|
|
void SpawnRose();
|
|
}
|
|
} |