C# Class Game.FileHandler

Mostrar archivo Open project: Kursledare/Mookieraw

Public Methods

Method Description
Load ( string dataFile, string imageFile ) : Room

Loads a room data and image file

Save ( Room room, string filename ) : bool

Saves a room to data file

Method Details

Load() public static method

Loads a room data and image file
public static Load ( string dataFile, string imageFile ) : Room
dataFile string Room data file
imageFile string Room image file
return Room

Save() public static method

Saves a room to data file
public static Save ( Room room, string filename ) : bool
room Room Room to save
filename string Absolute path to file
return bool