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 Number of Players Online API #10

Open teshiba opened 3 years ago

teshiba commented 3 years ago

Implement GetNumberOfPlayersOnlineAsync method as follows.

namespace LibAoE2net
{
    public static class AoE2net
    {
        public static async Task<NumberOfPlayersOnline> GetNumberOfPlayersOnlineAsync()
        {
        }
    }
}