C# Class Gruppe22.Backend.GapTile

A tile to have something like a hole in the floor.
Inheritance: Tile
Exibir arquivo Open project: propra13-orga/gruppe22

Public Methods

Method Description
GapTile ( object parent ) : System

A empty constructor.

Save ( XmlWriter xmlw ) : void

Method to save the GapTile in a .xml file

Method Details

GapTile() public method

A empty constructor.
public GapTile ( object parent ) : System
parent object parent.
return System

Save() public method

Method to save the GapTile in a .xml file
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter XmlWriter.
return void