Interface ISave
- Namespace
 - RetroEditor.Plugins
 
- Assembly
 - RetroEditor.dll
 
Interface for saving data, intended to be used to generate the final modded game At present only implemented by ZXSpectrumTape
public interface ISave
  Methods
Save(string)
Save the data to a file
void Save(string path)
  Parameters
pathstringpath to save file