teshiba / AoE2.netDesktop

AoE2.netDesktop is a desktop application that makes viewing "Age of Empires II: Definitive Edition" play history easy.
MIT License
2 stars 2 forks source link

Implement Matches APIs. #8

Open teshiba opened 3 years ago

teshiba commented 3 years ago

Implement several methods, which have different arguments. The method name and return value are as follows.

namespace LibAoE2net
{
    public static class AoE2net
    {
        public static async Task<Matches> GetMatchesAsync(...)
        {
        }
    }
}