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

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

            TargetZone = CreateRandomZoneAroundPlayer(coordinate, radius);
        }