C# Class BVG.GameController

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BigVikingGames/checkers-starter

Public Properties

Property Type Description
board Board

Public Methods

Method Description
Start ( ) : void
StartGame ( ) : void

Private Methods

Method Description
PopulateBoard ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

StartGame() public method

public StartGame ( ) : void
return void

Property Details

board public_oe property

public Board,BVG board
return Board