| 72 | |
| 73 | const UString &getModLoadScript() const { return modLoadScript; } |
| 74 | void setModLoadScript(const UString &newScript) { modLoadScript = newScript; } |
| 75 | |
| 76 | const std::list<UString> getSupportedLanguages() const { return supported_languages; } |
| 77 | void setSupportedLanguage(const std::list<UString> &newLanguages) |