2025-05-03 20:36:17 +08:00

5 lines
56 B
C#

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