update libs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using AssetStoreTools.Previews.Data;
|
||||
using System;
|
||||
|
||||
namespace AssetStoreTools.Exporter
|
||||
{
|
||||
internal class PackageExporterResult
|
||||
{
|
||||
public bool Success;
|
||||
public string ExportedPath;
|
||||
public PreviewGenerationResult PreviewGenerationResult;
|
||||
public Exception Exception;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user