Code/Entities/Interfaces/IGameStats.cs

Interface declaration named IGameStats in the LichessNET.Entities.Interfaces namespace. The interface is empty and currently defines no members.

#nullable enable annotations

namespace LichessNET.Entities.Interfaces;

public interface IGameStats
{
    
}