update libs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using AssetStoreTools.Api.Models;
|
||||
using System;
|
||||
|
||||
namespace AssetStoreTools.Api.Responses
|
||||
{
|
||||
internal class RefreshedPackageDataResponse : AssetStoreResponse
|
||||
{
|
||||
public Package Package { get; set; }
|
||||
public RefreshedPackageDataResponse() { }
|
||||
public RefreshedPackageDataResponse(Exception e) : base(e) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user