Exemplo n.º 1
0
        public void UpdateLocation(GeoCoordinate coordinate, double radius)
        {
            locationStack.Push(coordinate);

            TargetZone = CreateRandomZoneAroundPlayer(coordinate, radius);
        }
Exemplo n.º 2
0
        public void UpdateLocation(GeoCoordinate coordinate, double radius)
        {
            locationStack.Push(coordinate);

            TargetZone = CreateRandomZoneAroundPlayer(coordinate, radius);
        }