encratite / LibOfLegends

This is a C# networking library that pretends to be the League of Legends Air client. It was developed for the purpose of stats tracking. It depends on a modified version of the FluorineFX library available in the FluorineFXMods repository. It also depends on NilSharp, a random general purpose library. Released under the terms of the GPLv3.
GNU General Public License v3.0
84 stars 22 forks source link

how to get first win of the day time? #23

Closed rokoroku closed 11 years ago

rokoroku commented 11 years ago

Though there is DateTime previousFirstWinOfDay variable in PlayerLifeTimeStats class, when I try RetrievePlayerStatsByAccountID method in RPCservice, it always retrieves totally different date, even I cannot understand when the date related with.

Could somebody help me about it?