| 39 | // A link - likely to a website? |
| 40 | const UString &getLink() const { return link; } |
| 41 | void setLink(const UString &newLink) { link = newLink; } |
| 42 | // A /UNIQUE/ ID - how this mod is referenced internally. |
| 43 | // SUGGESTION: Use a reverse DNS-like format: e.g." |
| 44 | // org.openapoc.mod.MY_USERNAME.MY_MOD |