Method | Description | |
---|---|---|
DoorTile ( object parent, bool locked = true, int key ) : System |
Constructor. Gets the number of the key and if the door is locked
|
|
Save ( |
Method to save the DoorTile in a .xml file
|
public DoorTile ( object parent, bool locked = true, int key ) : System | ||
parent | object | parent. |
locked | bool | Status of the door |
key | int | int id of the key |
return | System |
public Save ( |
||
xmlw | XmlWriter. | |
return | void |