From 5f9d67b36fe369bcb08fd11ccbd13eb64071a8d3 Mon Sep 17 00:00:00 2001
From: sin365 <353374337@qq.com>
Date: Mon, 7 Apr 2025 10:59:03 +0800
Subject: [PATCH] AxiNSApi
---
AxibugEmuOnline.Client/Assets/Plugins/AxiNSApi/AxiNSIO.cs | 6 ------
1 file changed, 6 deletions(-)
diff --git a/AxibugEmuOnline.Client/Assets/Plugins/AxiNSApi/AxiNSIO.cs b/AxibugEmuOnline.Client/Assets/Plugins/AxiNSApi/AxiNSIO.cs
index 8edbe405..3dfddf4c 100644
--- a/AxibugEmuOnline.Client/Assets/Plugins/AxiNSApi/AxiNSIO.cs
+++ b/AxibugEmuOnline.Client/Assets/Plugins/AxiNSApi/AxiNSIO.cs
@@ -183,12 +183,6 @@ public class AxiNSIO
return true;
#endif
}
- ///
- /// 保存并创建文件(如果目录不存在回先自动创建目录)
- ///
- ///
- ///
- ///
public bool LoadSwitchDataFile(string filename, ref System.IO.MemoryStream ms)
{
if (LoadSwitchDataFile(filename, out byte[] outputData))