Method | Description | |
---|---|---|
ItemTile ( object parent ) : System | ||
ItemTile ( object parent, Item item ) : System |
Constructor.
|
|
Save ( |
Method save the ItemTile in a .xml file. Just writes a start tag and calls the save method for the item.
|
public ItemTile ( object parent, Item item ) : System | ||
parent | object | |
item | Item | The item to place on the ItemTile |
return | System |
public Save ( |
||
xmlw | Xmlwriter | |
return | void |