raotskuhh

Results 6 comments of raotskuhh

Enjoy your holiday! :)

var mapObjects = await client.Map.GetMapObjects(); var pokeStops = mapObjects.Item1.MapCells.SelectMany(i => i.Forts).Where(i => i.Type == FortType.Checkpoint && i.CooldownCompleteTimestampMs < DateTime.UtcNow.ToUnixTime()).ToArray(); this is what im trying to do with newest version but...

Having the same issue. Anyone have a solution?