C# 클래스 RaceGame.PlayersFactory

파일 보기 프로젝트 열기: cjohnsson/Racing-Game

공개 메소드들

메소드 설명
CreatePlayers ( int numberOfPlayers, int numberOfBots, Map map ) : List

비공개 메소드들

메소드 설명
CreatePlayer ( Control control, Microsoft.Xna.Framework.Graphics.Texture2D carTexture, Map map ) : Player

메소드 상세

CreatePlayers() 공개 정적인 메소드

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