C# Class entity.Main.MainmenuEdit.gametypes

The gametypes.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
gameTypes teams[]

Méthodes publiques

Méthode Description
Save ( mapInfo mi ) : void

The save.

gametypes ( ) : System

Initializes a new instance of the gametypes class.

Method Details

Save() public méthode

The save.
public Save ( mapInfo mi ) : void
mi mapInfo The mi.
Résultat void

gametypes() public méthode

Initializes a new instance of the gametypes class.
public gametypes ( ) : System
Résultat System

Property Details

gameTypes public_oe property

The game types.
public teams[] gameTypes
Résultat teams[]