raotskuhh
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...
Am i doing something wrong?
Strange, anyone know a solution?
Is this working good for you?
Having the same issue. Anyone have a solution?