From 2cbe13ed405d4769dd44eb596ebc459540a3c2ff Mon Sep 17 00:00:00 2001
From: AXiX-official <2879710747@qq.com>
Date: Mon, 20 May 2024 06:36:12 +0800
Subject: [PATCH] v0.0.3
---
UnityAsset.NET/BundleFile/BundleFile.cs | 2 +-
UnityAsset.NET/UnityAsset.NET.csproj | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/UnityAsset.NET/BundleFile/BundleFile.cs b/UnityAsset.NET/BundleFile/BundleFile.cs
index b413900..faab62e 100644
--- a/UnityAsset.NET/BundleFile/BundleFile.cs
+++ b/UnityAsset.NET/BundleFile/BundleFile.cs
@@ -336,7 +336,7 @@ public void Write(Stream output, string infoPacker = "none", string dataPacker =
}
}
- private void fixCRC(uint targetCRC, uint currentCRC)
+ public void fixCRC(uint targetCRC, uint currentCRC)
{
if (targetCRC == currentCRC)
{
diff --git a/UnityAsset.NET/UnityAsset.NET.csproj b/UnityAsset.NET/UnityAsset.NET.csproj
index 25bf353..0be4629 100644
--- a/UnityAsset.NET/UnityAsset.NET.csproj
+++ b/UnityAsset.NET/UnityAsset.NET.csproj
@@ -6,14 +6,14 @@