Add GetFilename, GetExtension,

This commit is contained in:
Lion Kortlepel
2021-09-20 22:45:12 +02:00
parent 32756ccc4a
commit 27b5c6d850
5 changed files with 110 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ public:
~TLuaPlugin() noexcept = default;
const TLuaPluginConfig& GetConfig() const { return mConfig; }
fs::path GetFolder() const { return mFolder; }
private:
TLuaPluginConfig mConfig;