C# 클래스 BattleShip.Core.Player

파일 보기 프로젝트 열기: pebblecode/HackShips 1 사용 예제들

공개 메소드들

메소드 설명
Player ( string email, string name ) : System
UpdateLocation ( GeoCoordinate coordinate, double radius ) : void

비공개 메소드들

메소드 설명
CreateRandomZoneAroundPlayer ( GeoCoordinate coordinate, double radius ) : TargetZone

메소드 상세

Player() 공개 메소드

public Player ( string email, string name ) : System
email string
name string
리턴 System

UpdateLocation() 공개 메소드

public UpdateLocation ( GeoCoordinate coordinate, double radius ) : void
coordinate GeoCoordinate
radius double
리턴 void