C# Class Gruppe22.Backend.SwitchTile

A tile used to represent a switch in the game. e.g. a switch could open a door.
Inheritance: Tile
Datei anzeigen Open project: propra13-orga/gruppe22

Public Methods

Method Description
Save ( XmlWriter xmlw ) : void

Saving method bla bla.

SwitchTile ( object parent ) : System

Constructor.

Method Details

Save() public method

Saving method bla bla.
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
return void

SwitchTile() public method

Constructor.
public SwitchTile ( object parent ) : System
parent object
return System