5 lines
No EOL
78 B
C#
5 lines
No EOL
78 B
C#
namespace Presenter {
|
|
public interface IRoseGrow {
|
|
void GrowStep();
|
|
}
|
|
} |