mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
warning disable CS0649
warning disable CS0649
This commit is contained in:
@@ -9,6 +9,7 @@ using Object = UnityEngine.Object;
|
|||||||
|
|
||||||
namespace TEngineCore.Editor
|
namespace TEngineCore.Editor
|
||||||
{
|
{
|
||||||
|
#pragma warning disable CS0649
|
||||||
public class BuilderEditor : SoEditorBase
|
public class BuilderEditor : SoEditorBase
|
||||||
{
|
{
|
||||||
#region 顶端
|
#region 顶端
|
||||||
|
@@ -7,6 +7,7 @@ using UnityEngine.Networking;
|
|||||||
|
|
||||||
namespace TEngine.Runtime.HotUpdate
|
namespace TEngine.Runtime.HotUpdate
|
||||||
{
|
{
|
||||||
|
#pragma warning disable CS0649
|
||||||
public class FileunzipManager
|
public class FileunzipManager
|
||||||
{
|
{
|
||||||
private static FileunzipManager _instance;
|
private static FileunzipManager _instance;
|
||||||
@@ -17,9 +18,7 @@ namespace TEngine.Runtime.HotUpdate
|
|||||||
private string _unzipPath;
|
private string _unzipPath;
|
||||||
private readonly ulong[] _progress = { 0 };
|
private readonly ulong[] _progress = { 0 };
|
||||||
private int _fileIndex;
|
private int _fileIndex;
|
||||||
private string _fileDir = "";
|
|
||||||
private long _currentBuffSize;
|
private long _currentBuffSize;
|
||||||
private int Max = 0;
|
|
||||||
private bool _bussiness;
|
private bool _bussiness;
|
||||||
private bool _unpackresult;
|
private bool _unpackresult;
|
||||||
|
|
||||||
@@ -30,7 +29,7 @@ namespace TEngine.Runtime.HotUpdate
|
|||||||
/// <param name="count"></param>
|
/// <param name="count"></param>
|
||||||
public void ResetVersionCount(int count)
|
public void ResetVersionCount(int count)
|
||||||
{
|
{
|
||||||
Max = count;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@@ -7,6 +7,7 @@ using UnityEngine.UI;
|
|||||||
|
|
||||||
namespace TEngine.Runtime.HotUpdate
|
namespace TEngine.Runtime.HotUpdate
|
||||||
{
|
{
|
||||||
|
#pragma warning disable CS0649
|
||||||
public class LoadStyle : MonoBehaviour
|
public class LoadStyle : MonoBehaviour
|
||||||
{
|
{
|
||||||
public Button _btn_ignore;
|
public Button _btn_ignore;
|
||||||
|
Reference in New Issue
Block a user