mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 05:23:02 +00:00
chore: do not specify assets for zcg templates
This commit is contained in:
@@ -5,18 +5,6 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class GenerationTask
|
||||
{
|
||||
public:
|
||||
bool m_all_assets;
|
||||
std::string m_asset_name;
|
||||
std::string m_template_name;
|
||||
|
||||
GenerationTask();
|
||||
explicit GenerationTask(std::string templateName);
|
||||
GenerationTask(std::string assetName, std::string templateName);
|
||||
};
|
||||
|
||||
class ZoneCodeGeneratorArguments
|
||||
{
|
||||
public:
|
||||
@@ -30,7 +18,7 @@ public:
|
||||
std::vector<std::string> m_command_paths;
|
||||
std::string m_output_directory;
|
||||
|
||||
std::vector<GenerationTask> m_generation_tasks;
|
||||
std::vector<std::string> m_template_names;
|
||||
|
||||
private:
|
||||
void PrintUsage() const;
|
||||
|
||||
Reference in New Issue
Block a user