update libs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.IO;
|
||||
|
||||
namespace AssetStoreTools.Previews.Data
|
||||
{
|
||||
internal class PreviewMetadata
|
||||
{
|
||||
public GenerationType Type;
|
||||
public string Guid;
|
||||
public string Name;
|
||||
public string Path;
|
||||
|
||||
public bool Exists()
|
||||
{
|
||||
return File.Exists(Path);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user