5 lines
No EOL
95 B
C#
5 lines
No EOL
95 B
C#
namespace Presenter {
|
|
public interface ICTrencadaInput {
|
|
void UpdateView(int score);
|
|
}
|
|
} |