mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
parent
b42b03bc40
commit
6c4a110679
8 changed files with 44 additions and 0 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
virtual const ModSpec* getModSpec(const std::string &modname) const = 0;
|
||||
virtual const SubgameSpec* getGameSpec() const { return nullptr; }
|
||||
virtual std::string getWorldPath() const { return ""; }
|
||||
virtual std::string getModDataPath() const { return ""; }
|
||||
virtual ModStorageDatabase *getModStorageDatabase() = 0;
|
||||
|
||||
virtual bool joinModChannel(const std::string &channel) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue