File scriptFile.h

class ScriptFile : public ISaveable
#include <scriptFile.h>

Public Functions

ScriptFile() = default
ScriptFile(const std::string &path)
virtual nlohmann::json dumpJson() override
std::string &getFileContents()

Private Members

std::string fileContents