Method | Description | |
---|---|---|
Load ( string dataFile, string imageFile ) : |
Loads a room data and image file
|
|
Save ( |
Saves a room to data file
|
public static Load ( string dataFile, string imageFile ) : |
||
dataFile | string | Room data file |
imageFile | string | Room image file |
return |
public static Save ( |
||
room | Room to save | |
filename | string | Absolute path to file |
return | bool |