Files
Memory/Memory.Logic/IScoreHandler.cs
2024-11-06 17:40:40 +01:00

7 lines
77 B
C#

namespace Memory.Logic
{
public interface IScoreHandler
{
}
}