コード例 #1
0
        public void UpdateLocation(GeoCoordinate coordinate, double radius)
        {
            locationStack.Push(coordinate);

            TargetZone = CreateRandomZoneAroundPlayer(coordinate, radius);
        }
コード例 #2
0
ファイル: Player.cs プロジェクト: pebblecode/HackShips
        public void UpdateLocation(GeoCoordinate coordinate, double radius)
        {
            locationStack.Push(coordinate);

            TargetZone = CreateRandomZoneAroundPlayer(coordinate, radius);
        }