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
Afficher le fichier Open project: propra13-orga/gruppe22

Méthodes publiques

Méthode Description
Save ( XmlWriter xmlw ) : void

Saving method bla bla.

SwitchTile ( object parent ) : System

Constructor.

Method Details

Save() public méthode

Saving method bla bla.
public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
Résultat void

SwitchTile() public méthode

Constructor.
public SwitchTile ( object parent ) : System
parent object
Résultat System