C# Class Gruppe22.Backend.TargetTile

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

Public Methods

Method Description
Save ( XmlWriter xmlw ) : void

Method to save the tile in a XML-file.

TargetTile ( object parent ) : System

A constructor.

Method Details

Save() public method

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

TargetTile() public method

A constructor.
public TargetTile ( object parent ) : System
parent object
return System