From eccde9043d770a64d9181c69393d3ff7c20e21bb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 11 五月 2024 16:32:08 +0800
Subject: [PATCH] 0312 转移部分文件的命名空间,用于屏蔽混淆
---
 Assets/Launch/windows/LaunchExWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Assets/Launch/windows/LaunchExWin.cs b/Assets/Launch/windows/LaunchExWin.cs
index 07e84c3..bccbfa2 100644
--- a/Assets/Launch/windows/LaunchExWin.cs
+++ b/Assets/Launch/windows/LaunchExWin.cs
@@ -2,7 +2,7 @@
 using System;
 using UnityEngine;
 using UnityEngine.UI;
-using StartAot;
+using StartAotSDK;
 
 namespace StartAot
 {
--
Gitblit v1.8.0