7 lines
77 B
C#
7 lines
77 B
C#
namespace Memory.Logic
|
|
{
|
|
public interface IScoreHandler
|
|
{
|
|
}
|
|
}
|