8 lines
196 B
C#
8 lines
196 B
C#
namespace AssetStoreTools.Exporter
|
|
{
|
|
internal class LegacyExporterSettings : PackageExporterSettings
|
|
{
|
|
public string[] ExportPaths;
|
|
public bool IncludeDependencies;
|
|
}
|
|
} |