Files
textdecalURP/Packages/com.unity.asset-store-tools/Editor/Exporter/LegacyExporterSettings.cs
Kirill Chikalin 275dc598c7 update libs
2025-02-13 17:48:12 +03:00

8 lines
196 B
C#

namespace AssetStoreTools.Exporter
{
internal class LegacyExporterSettings : PackageExporterSettings
{
public string[] ExportPaths;
public bool IncludeDependencies;
}
}