Compare commits
No commits in common. "75d1e80eb09ccbf76994a0f07edc860acc451f89" and "a329719bb78dea03abaf5500c58a6cae4c683b39" have entirely different histories.
75d1e80eb0
...
a329719bb7
Binary file not shown.
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: e74da6d931e989749bb8468453873471
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: a3f2557d55b3ec744945aca24e0faca2
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: af5a4a9e305774b42a9b746d570c9367
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
|
@ -64,6 +64,7 @@ public enum E_ProcessType
|
||||||
SiteClearing,
|
SiteClearing,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 模式
|
/// 模式
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -89,9 +90,6 @@ public enum E_ModeType
|
||||||
Exam,
|
Exam,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 工具材料
|
|
||||||
/// </summary>
|
|
||||||
public enum E_ToolOrMaterial
|
public enum E_ToolOrMaterial
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -5,7 +5,4 @@ using UnityEngine;
|
||||||
public class HandsOnTrainingMgr : BaseManager<HandsOnTrainingMgr>
|
public class HandsOnTrainingMgr : BaseManager<HandsOnTrainingMgr>
|
||||||
{
|
{
|
||||||
private HandsOnTrainingMgr() { }
|
private HandsOnTrainingMgr() { }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,10 +39,6 @@ public class NetManager : BaseManager<NetManager>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="info"></param>
|
|
||||||
public void SaveInfo(string info)
|
public void SaveInfo(string info)
|
||||||
{
|
{
|
||||||
string path = Application.streamingAssetsPath + "/Config/info.txt";
|
string path = Application.streamingAssetsPath + "/Config/info.txt";
|
||||||
|
|
|
@ -10,7 +10,4 @@ public class ReportManager : BaseManager<ReportManager>
|
||||||
/// 当前的系统/方案的报告
|
/// 当前的系统/方案的报告
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public R_Scheme creport;
|
public R_Scheme creport;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,4 @@ public enum Enum_EventType
|
||||||
/// 更新加载页进度条
|
/// 更新加载页进度条
|
||||||
/// </summary>
|
/// </summary>
|
||||||
UpdateProgress,
|
UpdateProgress,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue