C# Class Gruppe22.Backend.TargetTile

The tile which ends the game if the player enters it.
Inheritance: Tile
Afficher le fichier Open project: propra13-orga/gruppe22 Class Usage Examples

Méthodes publiques

Méthode Description
Save ( XmlWriter xmlw ) : void

Method to save the tile in a XML-file.

TargetTile ( object parent ) : System

A constructor.

Method Details

Save() public méthode

Method to save the tile in a XML-file.
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter XMLwriter
Résultat void

TargetTile() public méthode

A constructor.
public TargetTile ( object parent ) : System
parent object
Résultat System