少年修仙传客户端基础资源
hch
2024-05-11 eccde9043d770a64d9181c69393d3ff7c20e21bb
0312 转移部分文件的命名空间,用于屏蔽混淆
5个文件已修改
10 ■■■■■ 已修改文件
Assets/Editor/Beebyte/Obfuscator/ObfuscatorOptions.asset 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/ResourcesModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/VersionConfigEx.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/common/DownLoadAndDiscompressTask.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Launch/windows/LaunchExWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Beebyte/Obfuscator/ObfuscatorOptions.asset
@@ -63,6 +63,7 @@
  - QFSW
  - Sirenix
  - LitJsonForAot
  - StartAotSDK
  unityMethods:
  - Awake
  - FixedUpdate
@@ -195,7 +196,6 @@
  - BoltExecutionOrderAttribute
  - BoltNetworkUtils
  - BoltRuntimeConfigs
  - StartAot.VersionConfigEx
  alternateRPCAnnotations:
  - PunRPC
  - Photon.Pun.PunRPC
Assets/Launch/ResourcesModel.cs
@@ -6,6 +6,7 @@
using System.Collections;
using UnityEngine.Networking;
using System.Linq;
using StartAotSDK;
namespace StartAot
{
Assets/Launch/VersionConfigEx.cs
@@ -1,8 +1,8 @@
using UnityEngine;
using LitJsonForAot;
using StartAot;
namespace StartAot
namespace StartAotSDK
{
    public class VersionConfigEx
    {
Assets/Launch/common/DownLoadAndDiscompressTask.cs
@@ -2,6 +2,7 @@
using System.Collections.Generic;
using UnityEngine;
using System;
using StartAotSDK;
namespace StartAot
Assets/Launch/windows/LaunchExWin.cs
@@ -2,7 +2,7 @@
using System;
using UnityEngine;
using UnityEngine.UI;
using StartAot;
using StartAotSDK;
namespace StartAot
{