mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-15 20:20:08 +00:00
10 lines
211 B
C#
10 lines
211 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public class SimulateBuildResult
|
|
{
|
|
public string PackageVersionFilePath;
|
|
public string PackageManifestFilePath;
|
|
public string PackageHashFilePath;
|
|
}
|
|
} |