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/VersionConfigEx.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Launch/VersionConfigEx.cs b/Assets/Launch/VersionConfigEx.cs index 943fdb1..8847111 100644 --- a/Assets/Launch/VersionConfigEx.cs +++ b/Assets/Launch/VersionConfigEx.cs @@ -1,8 +1,8 @@ 锘縰sing UnityEngine; using LitJsonForAot; +using StartAot; - -namespace StartAot +namespace StartAotSDK { public class VersionConfigEx { -- Gitblit v1.8.0