Entities/Interfaces/IGameStats.cs

An empty interface declaration IGameStats in the LichessNET.Entities.Interfaces namespace. It currently defines no members.

#nullable enable annotations

namespace LichessNET.Entities.Interfaces;

public interface IGameStats
{
    
}