update libs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AssetStoreTools.Previews.Data
|
||||
{
|
||||
internal class PreviewGenerationResult
|
||||
{
|
||||
public GenerationType GenerationType;
|
||||
public bool Success;
|
||||
public IEnumerable<PreviewMetadata> GeneratedPreviews;
|
||||
public IEnumerable<PreviewMetadata> Previews;
|
||||
public Exception Exception;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user