BVG.GameController.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
		void Start() {
			// TODO: start the game after the game start delay
			StartGame();
		}