|
|
@ -46,6 +46,7 @@ public class UpdateManager : MonoBehaviour { |
|
|
|
{ |
|
|
|
{ |
|
|
|
state = UpdateState.Edit; |
|
|
|
state = UpdateState.Edit; |
|
|
|
DisasterManager.disaster = selectedMsg; |
|
|
|
DisasterManager.disaster = selectedMsg; |
|
|
|
|
|
|
|
DisasterManager.editorRight = true; |
|
|
|
initPath(); |
|
|
|
initPath(); |
|
|
|
// downLoadFileVersion();//单机版注释 |
|
|
|
// downLoadFileVersion();//单机版注释 |
|
|
|
versionUpdateOnCompleted();//联机版取消注释 |
|
|
|
versionUpdateOnCompleted();//联机版取消注释 |
|
|
@ -66,6 +67,7 @@ public class UpdateManager : MonoBehaviour { |
|
|
|
{ |
|
|
|
{ |
|
|
|
state = UpdateState.View; |
|
|
|
state = UpdateState.View; |
|
|
|
DisasterManager.disaster = selectedMsg; |
|
|
|
DisasterManager.disaster = selectedMsg; |
|
|
|
|
|
|
|
DisasterManager.editorRight = false; |
|
|
|
initPath(); |
|
|
|
initPath(); |
|
|
|
//downLoadFileVersion();//单机版注释 |
|
|
|
//downLoadFileVersion();//单机版注释 |
|
|
|
versionUpdateOnCompleted(); |
|
|
|
versionUpdateOnCompleted(); |
|
|
|