first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace AssetStoreTools.Exporter
|
||||
{
|
||||
public abstract class ExporterSettings
|
||||
{
|
||||
public string[] ExportPaths;
|
||||
public string OutputFilename;
|
||||
}
|
||||
|
||||
public class DefaultExporterSettings : ExporterSettings
|
||||
{
|
||||
public string[] Dependencies;
|
||||
}
|
||||
|
||||
public class LegacyExporterSettings : ExporterSettings
|
||||
{
|
||||
public bool IncludeDependencies;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user