C# Class entity.Main.MainmenuEdit.teams

The teams.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
Teams bool[]

Public Methods

Method Description
GetTotal ( ) : byte

The get total.

teams ( int numberOfTeams ) : System

Initializes a new instance of the teams class.

Method Details

GetTotal() public method

The get total.
public GetTotal ( ) : byte
return byte

teams() public method

Initializes a new instance of the teams class.
public teams ( int numberOfTeams ) : System
numberOfTeams int The number of teams.
return System

Property Details

Teams public_oe property

The teams.
public bool[] Teams
return bool[]