C# Class BattleShip.Core.Player

Show file Open project: pebblecode/HackShips Class Usage Examples

Public Methods

Method Description
Player ( string email, string name ) : System
UpdateLocation ( GeoCoordinate coordinate, double radius ) : void

Private Methods

Method Description
CreateRandomZoneAroundPlayer ( GeoCoordinate coordinate, double radius ) : TargetZone

Method Details

Player() public method

public Player ( string email, string name ) : System
email string
name string
return System

UpdateLocation() public method

public UpdateLocation ( GeoCoordinate coordinate, double radius ) : void
coordinate GeoCoordinate
radius double
return void