C# Class Player.Game

Afficher le fichier Open project: CodinGame/gameofdrones Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Play ( ) : void
ReadContext ( ) : void

Private Methods

Méthode Description
ReadIntegers ( ) : int[]
ReadPoint ( ) : Point
ReadTeams ( int teamCount, int dronesPerTeam ) : IEnumerable
ReadZones ( int zoneCount ) : IEnumerable

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

ReadContext() public méthode

public ReadContext ( ) : void
Résultat void