C# Class RaceGame.PlayersFactory

Exibir arquivo Open project: cjohnsson/Racing-Game

Public Methods

Method Description
CreatePlayers ( int numberOfPlayers, int numberOfBots, Map map ) : List

Private Methods

Method Description
CreatePlayer ( Control control, Microsoft.Xna.Framework.Graphics.Texture2D carTexture, Map map ) : Player

Method Details

CreatePlayers() public static method

public static CreatePlayers ( int numberOfPlayers, int numberOfBots, Map map ) : List
numberOfPlayers int
numberOfBots int
map Map
return List