C# Class entity.Main.MainmenuEdit.gametypes

The gametypes.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
gameTypes teams[]

Public Methods

Method Description
Save ( mapInfo mi ) : void

The save.

gametypes ( ) : System

Initializes a new instance of the gametypes class.

Method Details

Save() public method

The save.
public Save ( mapInfo mi ) : void
mi mapInfo The mi.
return void

gametypes() public method

Initializes a new instance of the gametypes class.
public gametypes ( ) : System
return System

Property Details

gameTypes public_oe property

The game types.
public teams[] gameTypes
return teams[]