Compare commits

..

No commits in common. "75d1e80eb09ccbf76994a0f07edc860acc451f89" and "a329719bb78dea03abaf5500c58a6cae4c683b39" have entirely different histories.

9 changed files with 1 additions and 40 deletions

Binary file not shown.

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: e74da6d931e989749bb8468453873471
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: a3f2557d55b3ec744945aca24e0faca2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: af5a4a9e305774b42a9b746d570c9367
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -64,6 +64,7 @@ public enum E_ProcessType
SiteClearing,
}
/// <summary>
/// 模式
/// </summary>
@ -89,9 +90,6 @@ public enum E_ModeType
Exam,
}
/// <summary>
/// 工具材料
/// </summary>
public enum E_ToolOrMaterial
{
/// <summary>

View File

@ -5,7 +5,4 @@ using UnityEngine;
public class HandsOnTrainingMgr : BaseManager<HandsOnTrainingMgr>
{
private HandsOnTrainingMgr() { }
}

View File

@ -39,10 +39,6 @@ public class NetManager : BaseManager<NetManager>
}
/// <summary>
///
/// </summary>
/// <param name="info"></param>
public void SaveInfo(string info)
{
string path = Application.streamingAssetsPath + "/Config/info.txt";

View File

@ -10,7 +10,4 @@ public class ReportManager : BaseManager<ReportManager>
/// 当前的系统/方案的报告
/// </summary>
public R_Scheme creport;
}

View File

@ -12,7 +12,4 @@ public enum Enum_EventType
/// 更新加载页进度条
/// </summary>
UpdateProgress,
}