Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Gruppe22
Backend
SwitchTile
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
Mostrar archivo
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