C# Class FootballSimulationApp.NullTeam

Inheritance: FootballSimulation.Team
Mostrar archivo Open project: PurdueSIGAI/SoccerApp

Public Methods

Method Description
Execute ( ISimulation simulation ) : Kick
NullTeam ( ReadOnlyCollection players, RectangleF goalBounds ) : System.Collections.Generic

Method Details

Execute() public method

public Execute ( ISimulation simulation ) : Kick
simulation ISimulation
return FootballSimulation.Kick

NullTeam() public method

public NullTeam ( ReadOnlyCollection players, RectangleF goalBounds ) : System.Collections.Generic
players ReadOnlyCollection
goalBounds System.Drawing.RectangleF
return System.Collections.Generic