2025-05-13 19:22:01 +08:00

5 lines
56 B
C#

public interface IPuzzle
{
bool active { get; set; }
}