fix
This commit is contained in:
@@ -42,9 +42,9 @@ struct ContentPack {
|
||||
std::string version = "0.0";
|
||||
std::string creator = "";
|
||||
std::string description = "no description";
|
||||
std::string source = "";
|
||||
fs::path folder;
|
||||
std::vector<DependencyPack> dependencies;
|
||||
std::string source = "";
|
||||
|
||||
fs::path getContentFile() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user